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.

CCS/TMS570LS3137: Linker option to set all the linked files in Alphabetic order

Part Number: TMS570LS3137

Tool/software: Code Composer Studio

Hi ,

Does the Linker have options so that to set all the linked files in Alphabetic order . Currently it is randomly linking files .

Thanks ,

  • Hello,

    The "Link Order" tab ((Project Properties->Build->Link Order tab) can be used to control the order in which files get passed to the linker. You can add object files, libraries etc to the list here and control their order using the Up/Down buttons. Files higher in the list will be passed first to the linker. This is useful when you need to have precise control over the ordering of files.