Codewarrior 10.6

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

Codewarrior 10.6

1,447 Views
detlefwohmann
Contributor I
Hello
I am writing a program in CW10.x
and I use an RTC and MTIM.
      ISR(RTC_INT)
      {
    RTCSC_RTIF = 1;
      }

     ISR(TIMER_OF)
      {
    MTIMSC_TOF = 0;
      }

compile the program and save all.

Everything is OK.
Then I do exit
and start the program again and everything is gone
Description Resource Path Location Type
Symbol TIMER_OF in file E:/Workspace 9S08/Sonora_v2/FLASH/Generated_Code\Vectors_c.obj is undefined Sonora_v2 C/C++ Problem
Symbol RTC_INT in file E:/Workspace 9S08/Sonora_v2/FLASH/Generated_Code\Vectors_c.obj is undefined Sonora_v2 C/C++ Problem
mingw32-make: *** [Sonora_v2.abs] Error 1 Sonora_v2 C/C++ issue

is there a solution

Thanks.
0 Kudos
9 Replies

1,423 Views
vicentegomez
NXP TechSupport
NXP TechSupport

Sorry what is the part number that you are using?

0 Kudos

1,371 Views
detlefwohmann
Contributor I

I am using 9s08sh

Best regards

D.Wohmann

0 Kudos

1,360 Views
vicentegomez
NXP TechSupport
NXP TechSupport

Please close the project that you are using and create a new workspace.

 

After you create a new workspace, please create a new project and check that on this new project all is correct.

0 Kudos

1,340 Views
detlefwohmann
Contributor I

Hello Vicente Gomes
Unfortunately I have the same problem.
If I use a KL25Z I have no problems.
I've been writing programs in asm for 30 years.

I also tried version 11.1 on another LAPOP 32bit but it's the same.
I think I should keep writing in asm programe.
Thanks Regards
D.Wohmann

0 Kudos

1,334 Views
vicentegomez
NXP TechSupport
NXP TechSupport

sorry I did not get what you need, Do you want to create an asm code for the s08sh 

 

if this is the case I just create an empty code

 

0 Kudos

1,307 Views
detlefwohmann
Contributor I

Hello Vicente
my case is not the program in asm, but I wanted to write a program in c and use the Procesor expert.
I installed cw 11.1 in 4 different ones and they all have the same error.

I wonder if I'm at fault.

If you want I'll tell you exactly what I'm doing.

google translate
Best regards
D.Wohmann

0 Kudos

1,406 Views
detlefwohmann
Contributor I

Hello
Thank you for your reply.
I don't understand what part number you need.
I have installed
Code Warrior Development Studio for Microcontrollers

Version: 10.7
Build: 160721

Best regards
D.Wohmann

0 Kudos

1,394 Views
vicentegomez
NXP TechSupport
NXP TechSupport

Are you using S08 family, Kinetis, S12 etc?

 

0 Kudos

1,370 Views
detlefwohmann
Contributor I

Yes i am using 9s08 and Kinetis KL25z

Best regards

D.Wohmann

0 Kudos