Yes, I bought several TWR-LCD from freescale and am working on a project, but projects were done in Code Warrior 6.3 and now there is 10.6 so I am trying to port the files and compile with 10.6 but the path statements are not working.


I know what the problem is, the path statements are not working, I just dont know how to fix it, it appears there is something wrong with the tool.
If you look at the errors, they are all related to the fact that it cant find the files or the headers needed to compile.

For instance, I can compile all this stuff just fine in CW6.3 so there is nothing wrong with the source files, the files are located in different directories
so it makes more logical sense to group certain files together. So i just coppied the directories into the new CW10.6 workspace but the compiler
can not find them???
<project name> \D4D
<project name> \common_files
<project name> \Sources
<project name> \Sources\D4D_Configuration
I think this is a problem with eclipse:
I just tried to load the same files into a Kinetis KDS and it does the same thing, I think because eclipse auto generates the make files that something is wrong, and it does not properly include all the files in the path??
Is there some notes on creating a project and doing the path statements?