• Placing data in debug sections with armlink
    I am trying to place some data in debug sections of the elf file, similar to what the following would do in a linker script for GNU ld: SECTIONS { .postform_config 0 (INFO): { KEEP(*(.postform_config...
  • Placing data in debug sections with armlink
    I am trying to place some data in debug sections of the elf file, similar to what the following would do in a linker script for GNU ld: SECTIONS { .postform_config 0 (INFO): { KEEP(*(.postform_config...
  • Looking for a way to not place any static data in BSS section
    Note: This was originally posted on 2nd October 2012 at http://forums.arm.com The ARM compiler is very strict (and formidable) at placing zero initialized or uninitialized static data > 8 bytes into the...
  • Looking for a way to not place any static data in BSS section
    Note: This was originally posted on 2nd October 2012 at http://forums.arm.com The ARM compiler is very strict (and formidable) at placing zero initialized or uninitialized static data > 8 bytes into the...
  • Placing Variables in Section
    Hi, How to place variables in existing section eg. LR_IROM1 0x00000000 0x00080000 { ; load region size_region ER_IROM1 0x00000000 0x00080000 { ; load address = execution address *.o (RESET, +First...