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,082 次查看
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 解答
948 次查看
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 回复数
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 项奖励
回复
948 次查看
josephgundel
Contributor III

Awesome man!!! Thanks

This fixed it.