Content originally posted in LPCWare by leon_suburbano on Fri Aug 28 14:03:57 MST 2015
I have a very disturbing situation.
When I try to Build Project [Debug] (My Project is named TP1) I hace a problem and it does not compile.
LOG:
17:45:59 **** Incremental Build of configuration Debug for project TP1 ****
make -r all
Building file: ../src/TP1.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -DDEBUG -D__CODE_RED -DCORE_M3 -D__USE_CMSIS=CMSISv2p00_LPC17xx -D__LPC17XX__ -D__REDLIB__ -I"C:\Users\León\Desktop\CMSISv2p00_LPC17xx\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -specs=redlib.specs -MMD -MP -MF"src/TP1.d" -MT"src/TP1.o" -MT"src/TP1.d" -o "src/TP1.o" "../src/TP1.c"
../src/TP1.c:12:21: fatal error: LPC17xx.h: No such file or directory
#include "LPC17xx.h"
^
compilation terminated.
make: *** [src/TP1.o] Error 1
17:45:59 Build Finished (took 410ms)
Please Help.!!
Oh, the same project has been tried on different computers, but on mine is the problem. I cannot understand, no one have problems with this.
Thanks