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
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