Recent problem with RELEASE builds

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Recent problem with RELEASE builds

634 Views
lpcware
NXP Employee
NXP Employee
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

0 Kudos
Reply
2 Replies

622 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rmteo on Fri Apr 30 12:15:43 MST 2010
Thanks. I figured that out 10 minutes after I posted.
0 Kudos
Reply

622 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Fri Apr 30 10:40:18 MST 2010
When ypu do a release build, you have to build all of the libraries it uses ALSO for a release build.

The easiest way to do this is to selet all of the projects in Project Explorer and then Project->Build configuratsion->Set active->Releaae
0 Kudos
Reply