Part Number: LAUNCHXL2-570LC43
Tool/software: Code Composer Studio
Hi all,
How can I solve the below errors
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: LAUNCHXL2-570LC43
Tool/software: Code Composer Studio
Hi all,
How can I solve the below errors
The variant of the RTS (runtime support) library you need is not distributed with the compiler. The linker automatically detected that it is missing, and attempts to build it. This automatic build failed.
To learn the details of this process, and you can manually build the missing RTS library, please search the TI ARM compiler manual for the sub-chapter titled Library-Build Process.
Thanks and regards,
-George
Hey George,
Thanks for the valuable support.
I fixed the issue by changing the RTS library form " rtsv7R4_A_be_v3D16_eabi.lib " to " rtsv7R4_T_be_v3D16_eabi.lib " .
For the 1st time, I was able to launch the project. :)
Regards
Advaith