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.
I have the issue about linker command file in SYSBIOS and CCS5
1. How to use my custom linker command file to allocate all to section to the segment which define in RTSC platform.
I mean I don't want to use the "link.cmd" which auto-generated by CCS in my project.
Thanks.
Alex
Hi,
BIOS will generate .cmd file automatically which could not be changed. But, you can add your own lnk file. Please refer to SYS/BIOS User Guide Para 6.3.3 Providing a Supplemental Linker Command File.