Content originally posted in LPCWare by rmteo on Fri Apr 30 09:51:29 MST 2010
I have not had any problems with RELEASE builds until recently. No when I try it with any program, I get this error (DEBUG builds work fine though) - any suggestions?
Quote:
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -L"" -L"" -L"" -Xlinker --gc-sections -Xlinker -Map=bnc_oled.map -mcpu=cortex-m0 -mthumb -T "lpcxpresso1114_blinky_Release.ld" -o"bnc_oled.axf" ./src/cr_startup_lpc11.o ./src/main.o -lLib_EaBaseBoard -lLib_MCU -lLib_CMSISv1p30_LPC11xx
c:/nxp/lpcxpresso_3.2/tools/bin/../lib/gcc/arm-none-eabi/4.3.3/../../../../arm-none-eabi/bin/ld.exe: cannot find -lLib_EaBaseBoard
collect2: ld returned 1 exit status
make: *** [bnc_oled.axf] Error 1