Content originally posted in LPCWare by msmith1955 on Tue Jun 05 07:07:13 MST 2012
I am new to this type of programming. I changed a setting in ssp.c and tried to build project and am getting the following Errors:
Description Resource Path Location Type
fatal error: system_LPC11xx.h: No such file or directory cr_startup_lpc11.c /LNG_Micro/startup line 51 C/C++ Problem
Line 51: #include "system_LPC11xx.h"
Description Resource Path Location Type
make: *** [startup/cr_startup_lpc11.o] Error 1 LNG_Micro C/C++ Problem
I have tried to add the file but am having no luck.
Can someone please help me understand what this error is telling me. I also have a red x on the startup file and the cr_startup_lpc11.c file.