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


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

crosscompiler for Linux / x386 , rs6000 as target


I'm trying to install gcc as a crosscompiler on Linux / x86 for rs6000 as
target.

I'm using:
	gcc-2.8.1.tar.gz
	binutils-2.9.tar.gz
	glibc-2.0.6.tar.gz
	crossgcc-gcc-2.8.1.patch

I choosed the instructions in FAQ 0.8.2 (applying the patch too)

compiling binutils works fine,
but when compiling gcc, it stops after a while with the following messages:
	...
	libgcc1-test.o: In function 'main_without__main':
	libgcc1-test.c: 44: undefined reference to '__itrunc'
	libgcc1-test.c: 45: undefined reference to '__itrunc'
	make: *** [libgcc1-test] Error 1

(I think it should be possible to install such a crosscompiler)

Thanks for any help

René