• Linker Internal fault: [0xe81a5a:6120001]
    Hello While compiling Xen hypervisor with ARM DS 2019.0 (arm compiler 6.12) I am getting Internal fault: [0xe81a5a:6120001] with linker. Full build log attached. Any pointers? Diff for build can...
  • ARM Linker defined symbols are not counted as referred from a steering file.
    I'm making XEN hypervisor being able to be built with ARM Compile 6 (6.6.3 in particular). When built with GNU tools XEN hypervisor uses number of symbols defined in a linker script. E.g. [1] . Unfortunately...
  • ARM Linker warning L6776W
    I am using the ARM clang tool chain version 6.10.1. The linker is showing the following warning: Warning: L6776W: The debug frame in .debug_frame(CHostComm.o) does not describe an executable section...
  • Linker problem with compiler 6: armclang -flto armlink --lto can't ignore unused extern reference variable or function
    Dear all: I'am working on DS-5 Version: 5.28.1. Imported sample project startup_Cortex-R8 . and modified main.c file with code like: extern int g_TobeyTest; void TobetTestFun(void) { g_TobeyTest...
  • Linker problem with compiler 6: armclang -flto armlink --lto can't ignore unused extern reference variable or function
    Dear all: I'am working on DS-5 Version: 5.28.1. Imported sample project startup_Cortex-R8 . and modified main.c file with code like: extern int g_TobeyTest; void TobetTestFun(void) { g_TobeyTest...