I'm also getting the "Unresolved inclusion" error.
I used the Project Importer to import a project from CW CF 7.2 to CF MCU 10.1. I'm getting the "Unresolved inclusion" error on system includes such as <ctype.h>, <time.h> and <string.h>.
I have found all of these files in the directory MCU\ColdFIre_Support\ewl\EWL_C\include, so I know they're there.
I have also found them in the Includes section of the project file viewer, if I drill down deep enough in the hierarchy. So Eclipse also knows they're there.
I tried adding the path to Project Properties --> C/C++ General --> Paths and Symbols --> Include_directories as
${MCUToolsBaseDir}\Coldfire Suport\ewl\EWL_C\include
, although this felt like a redundant step since the "include" directory is already listed in the Project file viewer. After doing a Build All, I get the same "Unresolved inclusion" error and now I get a build warning:
"Invalid project path: Include path not found (C:\Program Files (x86)\Freescale\CW MCU v10.1\MCU\Coldfire Support\ewl\EWL_C\include)."
That is the correct path name, character for character.
So what's going on? How do I get CW MCU 10.1 to recognize perfectly valid system files in a perfectly valid Include path?
RayD