SPRUI03F June 2015 – August 2025
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