-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Code Generation Tools
-
CODEGEN-15112
-
-
-
default
As of this writing, on this page the compiler manual says the linker options --relocatable and --absolute_exe can be combined. That is incorrect.
% tiarmclang hello.c -o hello.out -Wl,-c,--absolute_exe,--relocatable fatal error: combining options --absolute (-a) and --relocatable (-r) is not supported when producing ELF output files tiarmclang: error: tiarmlnk command failed with exit code 1 (use -v to see invocation)