Exported projects are incompatible with the latest lpcxpresso

22 Dec 2015

When exporting an LPC11U35 project to LPCExpresso, the file LPC11U35.ld contains this line:

GROUP(libgcc.a libc_s.a libstdc++_s.a libm.a libcr_newlib_nohost.a crti.o crtn.o crtbegin.o crtend.o)

However, to work with the latest LPCXpresso (8.0...) it should have this line (notice the _s replaced with _nano):

GROUP(libgcc.a libc_nano.a libstdc++_nano.a libm.a libcr_newlib_nohost.a crti.o crtn.o crtbegin.o crtend.o)

To reproduce, create a project for the platform TG-LPC11U35-501, export to LPCXpresso, unzip the file and look for the file LPC11U35.ld deep inside.

29 Dec 2015

I can repeat the same bug here on LPCExpresso 8 and 7.6.2 as well.