• Scatter-loading of execution region ER_RW will cause ... corruption
    I'm not sure what this means... too much code? Too many constants? I am in need of guidance :) Using the MCB2103. Error: L6788E: Scatter-loading of execution region ER_RW will cause the contents...
  • Linker Error: Related to ENTRY Point
    Note: This was originally posted on 31st August 2010 at http://forums.arm.com Hi all, I am using --entry=startup option with the armlink command. The command I am using is:- armlink  --cpu=cortex-m3 ...
  • Scatter loading - possible to have 'root region' in library
    Hi everyone, Is it possible for armlink to handle a 'root region' from a library (not an object file)? I've tried to do that via a scatter loading file, but did not succeed. > armlink --noremove...
  • Setting an entry point
    Note: This was originally posted on 23rd May 2013 at http://forums.arm.com Hello, Finally I managed to build a static library and I have a xyz.a file and some xyzs.o files.  The entry point is xyz_init...
  • MCB900: LPC935 IAP entry point
    Hi, I'm using IAP. According to the LPC935 manual the entry point is 0FF03h. When I simulate this with the debugger this does not work. According to the disassembly window an entry point of 0FF00h...