Content originally posted in LPCWare by CodeRedSupport on Mon Oct 17 14:20:45 MST 2011
The syntax you are trying to use, "__attribute__((at(" looks like it is taken from some code written for the Keil/RealView ARM compiler. It is not supported by GCC (as used by LPCXpresso), so I'm a little surprised that you say that it works under Rowley, (as that uses GCC too).
Thus as already pointed out, with LPCXpresso, you will need to modify the linker script.
Regards,
CodeRedSupport.