SPRU513Z August 2001 – October 2023 SM320F28335-EP
If you use --absolute_exe 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:
cl2000 --run_linker --absolute_exe file1.c.obj file2.c.obj
If you do not use the --absolute_exe or the --relocatable option, the linker acts as if you specified --absolute_exe.