This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Creating (using linux) cross-gcc for avr running on host mingw32?


Hello,

I want to have a gcc, running on Windows, targeted to avr.
It should be compiled on a linux host using the mingw32 environment.
The mingw32 environment works. Configure (./configure --target=avr
--host=i386-mingw32) worked. make worked until it is stuck because it
wants to run a freshly compiled win binary on linux:
------------------------------------
make[1]: Entering directory `/home/henne/tmp/gcc-20010108/gcc'
./gengenrtl.exe -h >tmp-genrtl.h
/bin/sh: ./gengenrtl.exe: cannot execute binary file
make[1]: *** [s-genrtl] Error 126
make[1]: Leaving directory `/home/henne/tmp/gcc-20010108/gcc'
make: *** [all-gcc] Error 2
------------------------------------

Any hints?

It must be possible to do this, because someone has done a similar port
half a year ago.

Greetings

Gunnar

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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