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: Difference between generated binary files from Linux and Windows (cygwin)


e.coullien@faiveley.com writes:

> Hi,
> 
> On a Linux environment, when I compile an eCos application with powerpc-eabi-gcc
> (version 3.2.2), I don't obtain the same binary files (.bin or .srec) than on a
> Cygwin (Windows) environment.
> 
> Why the same version of powerpc-eabi-gcc on a different development environment
> doesn't make the same binary ?

The two toolchains should produce identical code so long as the same
options are used.

How do the files differ? You can use objdump on the .elf files to see
exactly where the code generation has changed.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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