Can't save or debug.  File Error 206003

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

Can't save or debug.  File Error 206003

1,678 Views
JohnnyP
Contributor III
File Error 206003. Can't save or debug.

Everything was going good the last couple days, porting my HC11 code, then I get this file error.

To try to work around it, I opened a new project, then pasted the main.asm I was trying to save into the new project's main.asm. Same thing. Can't save or debug.

In case I get it going again, what is the correct form for the two offsets in this code:

Wait BRCLR TFLG1, $20ZOT ;
more code
ZOT BRCLR TFLG1, $01Wait ;
Labels (1)
0 Kudos
Reply
3 Replies

555 Views
CrasyCat
Specialist III
Hello
 
I already answered that question in the CodeWarrior Forum.
Please look at thread:
CrasyCat
0 Kudos
Reply

555 Views
J2MEJediMaster
Specialist I
Are you sing the Codewarrior Special Edition, by any chance? If so, you may be running into its size limitation.

---Tom
0 Kudos
Reply

555 Views
JohnnyP
Contributor III
The version came with the Softec PK-HCS12C32 Starter Kit.

The Disk says 3.0 for 68HC(S)12

The "about" file says:

IDE version 5.51272
for Motorola HC12 3.1, build 4047

You may be correct in your diagnosis.

I made another project, and copied just a portion of the old code in main.asm, and it's working.

My HC11 code takes up 1100 lines, and 1600 bytes of code.

To start porting, I pasted all the HC11 code into the example framework, then commented it all out.

Then I started adding HC12 code a line at a time, leaving the HC11 code in place, to work from.

Don't know how many lines total before it gave the error. I think I had about two hundred HC12 lines before it bombed.

I remember downloading and installing the license file last year. The file is pretty big, and has three sections.

Section one talks about the demo version

Section two talks about the pro version
HC12 professional edition V3.0
IDE unlimited, advanced beans and bean wizard

Section three talks about the special version
HC12 Special Edition for V3.x
IDE: learning edition max 32 files
unlimited assembly/Hex/S19, C code up to 12k
Processor expert basic beans
0 Kudos
Reply