Content originally posted in LPCWare by DreamM0d3 on Thu Jan 30 04:33:02 MST 2014
Hi,
I am using an LPC1769 board and running the latest version of LPCXpresso on my MBP.
I have an issue where I keep getting unresolved inclusion errors or no such file or directory when I compile my main.c
I do not get errors for includes such as "stdio.h" and "string.h", however I am unable to include other library files (etc "lpc17xx_pinsel.h")
I have all the library files in my workspace. I have tried using project reference, manual library linking and manual includes but to no avail. Would appreciate some advice on what could be the problem.