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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
700 Views
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

Labels (1)
1 Solution
566 Views
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!

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

View solution in original post

0 Kudos
Reply
2 Replies
567 Views
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 Kudos
Reply
566 Views
josephgundel
Contributor III

Awesome man!!! Thanks

This fixed it.