Content originally posted in LPCWare by lpcxpresso-support on Wed May 27 05:26:38 MST 2015
So the obvious difference between an LPCXpresso IDE project and a vanilla GCC build that you probably want to compare are going to be:
1) Linker scripts
2) Startup code
3) Library usage (e.g Newlib vs Newlib Nano - I assume as you are exporting from mbed this is all C++, so no Redlib library usage)
4) Heap and stack location and potentially size.
Looking at the two linker map files would be where I would start.
Regards,
LPCXpresso Support