Error al compilar en LPCXpresso

Buen dia soy nuevo usando el LPCxpresso y estoy intentando compilar mi primer programa pero al darle build me arroja este error:
20:55:48 **** Incremental Build of configuration Debug for project Example01 ****
make -r all
Building target: Example01.axf
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -L"C:\\Users\\VICENTE\\Documents\\LPCXpresso_7.9.2_493\\workspace\\CMSISv1p30_LPC17xx\\Debug" -L"C:\\Users\\VICENTE\\Documents\\LPCXpresso_7.9.2_493\\workspace\\FreeRTOS_Library\\Debug" -Xlinker --gc-sections -Xlinker -Map=Example01.map -mcpu=cortex-m3 -mthumb -T "example01_Debug.ld" -o "Example01.axf" ./cr_startup_lpc17.o ./main.o -lCMSISv1p30_LPC17xx -lFreeRTOS_Library
c:/nxp/lpcxpresso_7.9.2_493/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: cannot find -lCMSISv1p30_LPC17xx
collect2.exe: error: ld returned 1 exit status
make: *** [Example01.axf] Error 1

20:55:48 Build Finished (took 174ms)
no se que puedeo hacer para corregirlo de antemano gracias por la respuesta ...
 
Atrás
Arriba