make all
Building file: ../src/cr_startup_lpc13u.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DNDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC13Uxx -I"U:\LPCXpresso\LPC1347\CMSISv2p10_LPC13Uxx\inc" -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"src/cr_startup_lpc13u.d" -MT"src/cr_startup_lpc13u.d" -o "src/cr_startup_lpc13u.o" "../src/cr_startup_lpc13u.c"
Finished building: ../src/cr_startup_lpc13u.c
Building file: ../src/main.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DNDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC13Uxx -I"U:\LPCXpresso\LPC1347\CMSISv2p10_LPC13Uxx\inc" -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"src/main.d" -MT"src/main.d" -o "src/main.o" "../src/main.c"
Finished building: ../src/main.c
Building target: bootloader.axf
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -Xlinker -Map="bootloader.map" -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "bootloader_Release.ld" -o "bootloader.axf" ./src/cr_startup_lpc13u.o ./src/main.o -lCMSISv2p10_LPC13Uxx
c:/nxp/lpcxpresso_5.1.2_2065/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/bin/ld.exe: cannot find -lCMSISv2p10_LPC13Uxx
collect2: ld returned 1 exit status
make: *** [bootloader.axf] Error 1
|