• Linker script for scatter file
    Hello I am a beginner at this field, and provided booting code with scatter file, compiled with ARM compiler. I need to recompile it using gnu compiler, so downloaded the binary from the below site...
  • scatter file / linker script help
    Hi, I was hoping for some help and clarification to make an effective and useful scatter file. my goal is to put all my bootloader files into region 0x0000 - 0x3FFF and then all of my application...
  • 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...
  • indicate area in linker script file
    How is it possible to indicate an area (RAM or external SDRAM) in the linker script file where the content of one specific buffer could be stored but no other variables could use this area? Could...
  • 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...