Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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.