• 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...
  • 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...
  • 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...
  • Clang static analyzer produces linker error L6007U
    I'm using Keil uVision v5.29 and ARM compiler v6.13.1 (ArmClang). I was looking for a static code analyzer and found that Clang includes a static analyzer that is run with the --analyze option (see http...