SLAU131V October 2004 – February 2020
When you use the --absolute_exe option without the --relocatable option, the linker produces an absolute, executable output module. Absolute files contain no relocation information. Executable files contain the following:
The following example links file1.c.obj and file2.c.obj and creates an absolute output module called a.out:
cl430 --run_linker --absolute_exe file1.c.obj file2.c.obj
NOTE
The --absolute_exe and --relocatable OptionsIf you do not use the --absolute_exe or the --relocatable option, the linker acts as if you specified --absolute_exe.