Creating (using linux) cross-gcc for avr running on host mingw32?
Gunnar Henne
Henne@oTRIs.de
Mon Jan 22 06:40:00 GMT 2001
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
More information about the crossgcc
mailing list