after cross-compiling i'll do...
flo
florian.zimmermann@cse.de
Thu Aug 23 03:30:00 GMT 2001
Hi again,
i finally managed to build a working cross-compiler for target i386-sysv
*pfew*
it compiles and successful links C programms on my linux host.
now i have a bunch of other problems:
- i haven't used newlib this time. i just compiled gcc and the cross-compiler
can build executables. Why? I thought I need a cross-compiled working glibc
as well (or newlib)...where do the system-calls reside? glibc ot gcc? when
I compile a c++ programm it complains about <iostream>...how can i get
it to compile c++ programms as well? /Do/ i need a cross-compiled glibc?
(i did enable--languages=c,c++ and make all-gcc install-gcc all install)
Are there any howtos to cross-compile the glibc?
- if i have a cross-compiled a.out it runs on my sco-computer, but if i use
the ABI emulator within linux the a.out hangs and isn't killable even with
kill-9 or by killing the parent-shell. kernel message is:
[a.out:6961]: set personality to 7000003
Any suggestions?
(native sco-compiled programms work fine with ABI)
flo
------
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