CodeWarrior 3.1 for HCS12 (File Error 206003)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CodeWarrior 3.1 for HCS12 (File Error 206003)

1,103 Views
ssinfod
Contributor IV

Hello,

 

I'm using CodeWarrior 3.1 for HCS12. Most of the times, it is working fine but sometimes, I got the message: "File Error  206003" in a Dialog box. (see attached image)

The problem seems to happen randomly.

 

This is mostly happening when I try to save souce file with "CTRL+S".

I think the problem is not happening when I use "CTRL+F", then "S". (Using the File Menu..)

 

Does any body know what is causing this problem ?

 

Thanks for any input.

ssinfod.

Labels (1)
0 Kudos
2 Replies

863 Views
ssinfod
Contributor IV

I found some information here:

http://www.embeddedrelated.com/groups/68hc12/show/10689.php

It seems the problem is related to the "-Lasm" option in the Project settings. (Section "Compiler for HC12")

I will try to remove the "-Lasm" option to see if that resolves the problem..

ssinfod

The text and answer from the webpage above :

We saw this problem if you have the -lasm option specified. Looks like a

file handle interaction with the Windows operating system.

So could you check if you have the -lasm option specified?

Then I suggest that you remove it from the compiler command line.

We made an effort to prevent the problem, but for 3.1 the above thing is

what you could try.

Thanks,

Erich

0 Kudos

863 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

The IDE message "File error 206003" is a known trouble of CW3.1. it has been fixed in new version.

in a first time check that all the files of your project directory are not in read-only, then is the problem still remains, in your project directory, delete the <nameofyourprojet>_data folder, this should fix your problem.

2) Sometimes the Prefs file writing fails and generates a IDE crash. So deleting them will avoid it as IDE creates a new Prefs file.

0 Kudos