Hello
I assume the problem arises because you are starting CW MPC55xx V2.0 and CW MPC V8.1 at the same time.
The two installation are sharing the same preference file and that can generate this kind of issue.
If you want to be able to use both CW MPC 55xx V2.0 and CW EPPC V8.1 on the same PC, follow these steps:
- make sure all CW are closed.
- Start CW MPC55xx V2.0
- Open a project.
- Close the IDE
- Browse to your %USERPROFILE%\Local Settings\Application Data\Metrowerks directory.
- Move the files "CodeWarrior IDE 5.5 Prefs", default.cww, Remote_Connections.xml, Breakpoints.xml to your CW MPC 55xx installation bin directory.
- Start CW EPPC V8.1
- Open a project.
- Close the IDE
- Browse to your %USERPROFILE%\Local Settings\Application Data\Metrowerks directory.
- Move the files "CodeWarrior IDE 5.5 Prefs", default.cww, Remote_Connections.xml, Breakpoints.xml to your CW EPPC V8.1 installation bin directory.
From now on the IDE should take their preference file from the local bin directory and you should not have such problem again.
CrasyCat