ZHCUAU3J January 2018 – March 2024
如果使用不带 --relocatable 选项的 --absolute_exe,链接器会生成可执行的绝对输出模块。绝对文件不 包含重定址信息。可执行文件包含以下内容:
以下示例链接 file1.c.obj 和 file2.c.obj,并生成绝对输出模块,被称为 a.out:
cl7x --run_linker --absolute_exe file1.c.obj file2.c.obj
如果不使用 --absolute_exe 或 --relocatable 选项,链接器的行为与指定 --absolute_exe 相同。