Hi Daniel,
I'm using Windows 7 64 bit OS.
I've installed CW for DSC V8.2 and V8.3.
I've performed several tests and found that I reproduced the problem on my side too.
However if I'm using a script (.tcl) file where I use the cmdwin::quitIDE instruction, no error is generated.
I've created a short example for DSC V8.2 and DSC V8.3.
The .tcl contains:
cmdwin::project -o test_dsc.mcp
cmdwin::debug
cmdwin::go
cmdwin::wait 5000
cmdwin::kill
cmdwin::project -close
cmdwin::quitIDE
See below the command prompt displays:
++++++++++
E:\Temp_bis\Community\341628\test_dsc>"E:\Freescale\CodeWarrior for DSC56800E v8
.2\bin\cmdide.exe" /d test.tcl
Metrowerks CodeWarrior IDE. Hit /? for help
No Error. (Code 0)
E:\Temp_bis\Community\341628\test_dsc>"E:\Freescale\CodeWarrior for DSC56800E v8
.3\bin\cmdide.exe" /d test_8_3.tcl
Freescale CodeWarrior IDE. Hit /? for help
No Error. (Code 0)
E:\Temp_bis\Community\341628\test_dsc>
++++++++++
However if I launch the IDE and use the cmdwin::quitIDE instruction outside a script file I get the error.
E:\Temp_bis\Community\341628\test_dsc>"E:\Freescale\CodeWarrior for DSC56800E v8
.3\bin\cmdide.exe"
Freescale CodeWarrior IDE. Hit /? for help
ERROR: Error Opening Project File. (Code 1)
This error is not linked to an issue in IDE but it's a problem between cmdIDE.exe and Command Window.
Attached you will find a video showing you more info and the project I've used.
I don't think this issue will be solved as the new development tool is based on Eclipse.
Last version supporting DSC architectures is CW for MCU V10.6
Have a great day,
Pascal
Freescale Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------