When i add a source file to KDS I get a build error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

When i add a source file to KDS I get a build error

ソリューションへジャンプ
1,083件の閲覧回数
josephgundel
Contributor III

I had my project set up and working. And now whenever I add a source file I get the following error.

If I remove the source file and do a new clean build it goes away. It does not matter what is in the source file I still get this error.

Anyone have any ideas?

arm-none-eabi-g++: error: C:/Freescale/KDS_2.0.0/eclipse//../toolchain/arm-none-eabi/lib/m4/fp/v4-p-d16/libm.a: No such file or directory

 

Thanks

Joe

ラベル(1)
1 解決策
949件の閲覧回数
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Joseph,

The issue seems to be related with the 8192 character command line limit on Windows. Please take a look to the following post created by our colleague Erich Styger, it explains how to solve this issue:

Solving the 8192 Character Command Line Limit on Windows | MCU on Eclipse

Hope it helps!

Best Regards,

Carlos Mendoza

Technical Support Engineer

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
950件の閲覧回数
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Joseph,

The issue seems to be related with the 8192 character command line limit on Windows. Please take a look to the following post created by our colleague Erich Styger, it explains how to solve this issue:

Solving the 8192 Character Command Line Limit on Windows | MCU on Eclipse

Hope it helps!

Best Regards,

Carlos Mendoza

Technical Support Engineer

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信
949件の閲覧回数
josephgundel
Contributor III

Awesome man!!! Thanks

This fixed it.