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.

CCSv6 and ENERGIA, linking error at compilation

Other Parts Discussed in Thread: ENERGIA

hello to all
I installed CCSv6 for use with the new connected launchpad  TM4C1294.
The final goal is to compile ENERGIA scripts. The  script is imported correctly, but I have finally a compilation error linkage: .. /../ ld.exe can not open linker script file  E:/ENERGIA/hardware/lm4f/cores/lm4f/lm4fcpp.ld: Invalid argument
Is someone has already tried this option.

Energia Path is on top of disk: E:/energia

one hour later:

lm4fcpp.ld  does not exist!

only lm4fcpp_blizzard.ld and lm4fcpp_snowflake.ld are present in this directory!!

  • I can reproduce this issue with CCSv6 beta 4. I also tested with a newer internal build of CCSv6 and the issue is fixed so the fix will be there in the final CCSv6 release.

    In the meantime, as a workaround, you can right-click on the project, go to Properties->GNU Linker->Libraries and edit the Linker command files field to point to lm4fcpp_snowflake.ld instead of lm4fcpp.ld.

  • I am facing the simillar issue, I changed to point to lm4fcpp_snowflake.ld instead of lm4fcpp.ld. I am still facing the error. I have an Energia IDE and I am using this in background to compile and build my code on TIVA.