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]
Other format: [Raw text]

crti.o: why need this during cross-compile?


cpu: pentium 2
os: cygwin 1.3.20

: make cross-compiler for mipsel-linux

i have already successful compiled the binutils (cygwin's
binutils-20021117-1) with --target=mipsel-linux

trying when making gcc (cygwin's gcc-3.2-3):
./configure --prefix=/usr/local --target=mipsel-linux
make

/usr/local/mipsel-linux/bin/ld: cannot open crti.o: No such file or
directory
collect2: ld returned 1 exit status
make[2]: *** [libgcc_s.so] Error 1
make[2]: Leaving directory `/home/me/gcc-3.2-3/i686-pc-cygwin/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory `/home/me/gcc-3.2-3/i686-pc-cygwin/gcc'
make: *** [all-gcc] Error 2

it uses mipsel-linux/bin/ld: it's right?

kaio




------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe at sources dot redhat dot com


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