Content originally posted in LPCWare by Lumos on Wed Jun 27 09:45:27 MST 2012
Hello,
I have some problem with CMSIS project reference.
I created a new LPC1769 project, with reference to CMSISv2_LPC17xx project.
After inserting of small code to the main function (some working with GPIO), project was compilable without any problems. But when I make some changes in the project structure (add new source folder without source files for now), without any change within existing source files, project was not compilable with error "[COLOR=Red]../Core/cr_startup_lpc176x.c:51:28: fatal error: system_LPC17xx.h: No such file or directory[/COLOR]". When I checked project reference: right click on project/Properties/Project References, tick was present for project CMSISv2_LPC17x, but generated file .../Debug/objects.mk does not contain required reference ("LIBS :="). I tried this several times with few different changes in the project with same result: reference to CMSISv2_LPC17x library disappears.
Could you please to help me with my problem?