SPRUIY8 October 2024 F29H850TU , F29H859TU-Q1 , TMS320C28341 , TMS320C28342 , TMS320C28343 , TMS320C28343-Q1 , TMS320C28344 , TMS320C28345 , TMS320C28346 , TMS320C28346-Q1
The tool chain's linker remains the TI linker, not the LLVM linker. This means that, in general, the syntax of linker command files does not change. However, the way that a linker command file is specified during compilation has changed. This page contains detailed information on Linker flags within LLVM. Information on migrating linker command files for use with the C29 compiler is available here.
Before:
cl2000 a.c -z -llnk.cmd
After:
c29lang a.c -Wl,-llnk.cmd