Codewarrior does not open .elf??

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

Codewarrior does not open .elf??

653 Views
ispd
Contributor II

Dear All,

 

I am trying to open for debug a .elf with Codewarrior for MPC55xx v2.3. I have the settings that appear on the manual Targeting MPC55xx (Preferences->Build->Never and Cache disabled).

 

When drag % drop the file Codewarrior says "Codewarrior cannot open this type of file".???. It is very important this for me because I use makefiles for compiling/linking and then .elf for debugging.

 

Am I forggeting something?

 

Thanks a lot and best regards,

 

ispd

Labels (1)
0 Kudos
1 Reply

285 Views
ispd
Contributor II

Hello, it is bypassed by using the a .bat and running the debugger from the bat.

 

Putting this on a .bat file I was able to do it.

"C:\Archivos de programa\Freescale\CodeWarrior for MPC55xx V2.3\pemicro\cw_icdppcnexus.exe" App.elf LOADTORAM -RESETFILE "C:\Archivos de programa\Freescale\CodeWarrior for MPC55xx V2.3\pemicro\mpc5500_booke.mac" LOADGOTILMAIN -SOURCEPATH ".\"

0 Kudos