• armlink/scatter
    Hi folks, I'm trying to link from the command line using the armlink that's at \Keil\ARM\BIN30\armlink.exe The help for armlink shows, in part: --scatter file Create the memory map as described...
  • Conversion of GNU LD script to ARMLINK scatter file
    Note: This was originally posted on 26th August 2010 at http://forums.arm.com Hey all, As part of my exercise to migrate code from Codesourcery to RVCT 4.0, I need to convert a codesourcery compatible...
  • 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...
  • Armlink and mkaefile
    Dear All: Can anybody explain the meaning of 'anon$$obj.o' file. How it will be used in memory map file? Regards, JackSmith