mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1315 from lindvalla/fix_llu35_lpcxpresso_issue
Fixed linker script for LPCXpresso for EA LPC11U35 QuickStart Boardpull/1311/head^2
commit
a412b49ac5
|
@ -1,7 +1,7 @@
|
|||
/* mbed - LPC11U35 linker script
|
||||
* Based linker script generated by Code Red Technologies Red Suite 4.1
|
||||
*/
|
||||
GROUP(libgcc.a libc_s.a libstdc++_s.a libm.a libcr_newlib_nohost.a crti.o crtn.o crtbegin.o crtend.o)
|
||||
GROUP(libgcc.a libc.a libstdc++.a libm.a libcr_newlib_nohost.a crti.o crtn.o crtbegin.o crtend.o)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue