Content originally posted in LPCWare by teslabox on Thu Sep 26 02:47:27 MST 2013
Hi everyone,
I create folder on my desktop called "LPCXpresso" and inside it there are two folders:
- "...desktop/LPCXpresso/CMSISv1p30_LPC17xx" with standard libraries,
- "...desktop/LPCXpresso/LED Driver" with standard LPCXpresso project files.
I imported two projects (as a system files) to the LPCXPresso and during building projects I get an error message in the console window:
c:/nxp/lpcxpresso_6.0.2_151/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/bin/ld.exe: cannot find -lCMSISv1p30_LPC17xx
collect2: ld returned 1 exit status
make: *** [RGB_LED_Driver.axf] Error 1
I tried to set the CMSIS library path on many different ways but it still occurs.
How can I fix it?
Best regards,
Kuba