Hello
I assume you have originally created the project on one computer with one version of CodeWarrior and then you copied it over to another computer and tried to build it there.
Am I right?
Please check the following:
- If you are using CodeWarrior classic (Version number smaller than 10.0):
- Close the IDE
- In a windows explorer browse for your project directory (where you have the .mcp file)
- Delete the directory *_Data
- Restart CodeWarrior and open your project.
- In the Target setting dialog make sure you are not using absolute paths anywhere.
- If you are using CodeWarrior eclipse (Version 10.0 or higher)
- Open your project in CodeWarrior
- Click right on the project name in CodeWarrior project window
- Select Clean Project
- Click right on the project name in CodeWarrior project window
- Select Edit linked Resources Locations
- Switch to the Linked Location tab and check whether there are some file (except your .abs file) listed in
the Invalid location group.
If this is the case you may need to adjust some of the variables defined in the path Variables tab to point
to paths on your new Host PC.
- Also check the Project settings and check if you are using absolute paths anywhere.
I hope this helps.
CrasyCat