This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Some issues with arm-elf-objcopy


On Thu, Aug 12, 2004 at 01:23:51PM -0700, Robert Allen wrote:
> Hi,
>   I'm using the sample examples in the ecos directory
> for the eb40a board. I guess the executables that I'm
> getting are of elf format, right, though it doesn't
> have an extension explicitly.

That is normal in the *nix world which does not use extensions on
executables.

> I want to convert this
> to a bin file and this is what I'm using --
> 
> arm-elf-objcopy -O binary standalone_serial
> standalone_serial.bin
> 
> am I doing right. 

Yes thats correct.

> I'm asking this because my flash
> programmer complains that there is an error in opening
> the .bin file.

The flash programmer might want SREC or some other format. What does
the documentation say?

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]