• armlink scatter file
    Hi, I have a few sets of assembly files and source files which I need to link. Is there a way to define a symbol in scatter file that can be accessed in assembly file. The assembly file that I have...
  • armlink scatter file
    Hi, I have a few sets of assembly files and source files which I need to link. Is there a way to define a symbol in scatter file that can be accessed in assembly file. The assembly file that I have...
  • 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...
  • 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...
  • Migrating from ARMLINK to LD script with overlays
    I have a app.sct ARMLINK script file with overlay section: OVERLAY_A ImageLimit (RAM_DATA_ON) OVERLAY { *(.app.overlay_a) } I'm trying to achive the same result with gcc linker script as follows...