Hello,
a few observations and questions:
- where do you have this MC9S08LG32.xml file? I checked your workspace zip file you uploaded, and this one is not there?
- I tried a 'flash to file' in an empty workspace. For this I have to set up a connection and consequently target tasks.
On my machine I have then files stored in
.metadata\.plugins\com.freescale.targettaskframework
but looking at your workspace, that folder is empty. strange. I *guess* that there should be something in that folder.
I have a file TargetTaskFrameworkDataModel.xml in that folder, so I think this is why you get that "Error restoring target task data model." error message.
- the 'flash file to target' creates a launch configuration 'LC for Simple Flash': maybe this is the problem: use Run > Debug Configrations...> CodeWarrior Connect and delete the 'LC for Simple Flash' launch configuration.
- just as a side note: the .metadata folder is not meant to be moved or copied into a new location. Weired things might happen as this .metafolder data is the internal data base of the workspace, and should not be moved.
I'm thinking that the 'simple flash programmer' is causing you the troubles. Looks there is a strange bug in that implementation, but I cannot reproduce it. I believe it has nothing to do with your installation itself (so uninstall/install) will not fix it, as it is related to the workspace data.
What I suggest otherwise:
- create a new workspace (e.g. c:\tmp\wsp) folder
- copy your IICEX_MST project folder into c:\tmp\wsp
- start eclipse with c:\tmp\wsp workspace
- import IICEX_MST project into workspace (menu file > import > existing workspace)
- do the same for any other project you use
- download/debug the project using Run > Debug
I believe the bug in CodeWarrior has to do with how you used the simple Flash programmer. It looks from the file MC9S08LG32.xml that you used 'Import Flash task'? Maybe you could describe exactly what you are using.
I appologize, but this is really mudding in the dark water :smileysad:
Hope this helps,
BK