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
Solved! Go to Solution.
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!
-----------------------------------------------------------------------------------------------------------------------
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!
-----------------------------------------------------------------------------------------------------------------------
Awesome man!!! Thanks
This fixed it.