Linker Options

Top  Previous  Next

It is possible to include linker option switches in a 3L T command;  the TI documentation discusses the linker's options in detail. For example, the following command creates a linker map in main.lis:

 

» 3L T main fns -m main.lis

 

You can use the linker option -o filename to specify a different task image file name.

 

You can specify linker options for an individual task in the IDE by double-clicking the task to open the task window, and then selecting Advanced/TI Linker Options.

 

IDE_linker_options

 

 

It is also possible to set linker options to be used every time the TI linker is called. You do this by selecting Window/Preferences.

 

Global_Linker_Options

 

This brings up a window in which you can select 3L Diamond/TI Linker and specify the options to be used.

 

TI Linker_options