how to create .elf file

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

how to create .elf file

1,357 Views
cnuforum
Contributor I

hi,

I am using codewarrior v6.3.My processor is MCF5272.

I didnt get any error after compilation.But the compiler didnt generate .elf file.

How to genertae .elf file.help me

Labels (1)
0 Kudos
Reply
1 Reply

771 Views
CrasyCat
Specialist III

Hello

 

  When you are building from the IDE, the ELF files are not physically available on your disk.

 

  If you really need the .elf files you need to build your application from batch (using a makefile and a make utility).

 

  Why do you need access to these files?

 

CrasyCat

0 Kudos
Reply