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]

cross compiler sparc-TO-i386-linux


I am working on a cross compiler host=sparc-sun-solaris2.8 and
target=i686-pc-linux-gnu
I got the latest binutils and built it succesfully with
cnfigure --prefix=/gcc/host/sparc-sun-solaris2.8 --target=i386-pc-linux-gnu

I am trying to build core gcc before building the glibc so I ran the
configure
configure --prefix=/gcc/host/sparc-sun-solaris2.8 --target=i386-pc-linux-gnu
--with-headers=/gcc/host/sparc-sun-solaris2.8/i386-pc-linux-gnu/sys-include
--with-ar= i386-pc-linux-gnu-ar --with-ld= i386-pc-linux-gnu-ld --with-as=
i386-pc-linux-gnu-as 
so when I did  make SUBDIRS="libiberty texinfo gcc" it compiles i get
i386-pc-linux-gnu-ld can't find crti.o which is NOT there.  I can see the
assembly code under gcc/config but it was never built why why why why :0-)
binutils 2.12
gcc   3.0.3
newlib 1.10
gnu-make 3.79
"the egg or the chicken first" 
I have tried to build newlib to use, but it asks for i386-pc-linux-gnu-gcc
which I can't build 
I have glibc but it need  i386-pc-linux-gnu-gcc as well
who is crtio and why isn't he playing nice?

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


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