Home arrow Support arrow Forums

Luminary Micro Forums

Raja

Fresh Boarder

2008/10/23 05:24

Output of Compiler and creating binary file

Hi, I have been trying to use the code red tools and I find the the compiler gives only a .axf file as output. Can I convert this to a binary file that I can use with the LM flash progrmmer?
Thanks

login or register to reply

awneil

Gold Boarder

2008/10/23 07:18

Re:Output of Compiler and creating binary file

Take a look at objcopy

Use the --help option for details

In my installation,

Program Filescode_suite1_1_1Toolsbinarm-none-eabi-objcopy.exe

and

Program Filescode_suite1_1_1Toolsarm-none-eabibinobjcopy.exe

are identical!

login or register to reply

awneil

Gold Boarder

2008/10/23 07:22

Re:Output of Compiler and creating binary file

Program Filescode_suite1_1_1Toolsbinarm-none-eabi-objcopy.exe

and

Program Filescode_suite1_1_1Toolsarm-none-eabibinobjcopy.exe

Hmm... the forum seems to have swallowed the backslashes in those MS path names!

It wasn't like that in the Preview!

Let's try it like this:

Program Files/code_suite/1_1_1/Tools/bin/arm-none-eabi-objcopy.exe

and

Program Files/code_suite/1_1_1/Tools/arm-none-eabi/bin/objcopy.exe

you get the idea...?

login or register to reply

Raja

Fresh Boarder

2008/10/28 07:44

Re:Output of Compiler and creating binary file

Thanks I will try this.
Best Regards

login or register to reply