SPRUI03E June 2015 – January 2023
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:
cl6x --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.