This is the mail archive of the gcc-testresults@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Arm cross compiler build


Hi. I was successful in using crosstool 0.28 rc13 to build an arm- softfloat 3.3.3 cross compiler. I am using Debian unstable and the gcc 3.3.3 from debian.

I was also able to run the testsuite on my Zaurus 5600 using the test.

I was building a cross compiler to fix the following bug.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15089
The patch attached to that bug is the only extra patch I added.

When trying to test glibc, I got some errors in textrel "text relocations used" so I just skipped the glibc tests. And I did check, the sh-pic-set_fpscr-gcc-3.3.2.patch patch was successfully applied, so it must have been some other symbol.

I had to make some changes to the initjail.sh script
This line at the end
/usr/sbin/chroot $JAIL /bin/busybox --install -s
didn't work.  So I had to replace it with a bunch of
cd $JAIL/bin
ln -s busybox sh
ln -s busybox ls
...

I also replaced all rcp and rsh with scp and ssh in the crosstest.sh script. I would suggest using an envrion variable like $(RSH) and have it default to rsh or something.

I am not subscribed to the crossgcc or gcc-testresults list, so cc me or something :)

John

Attachment: arm-softfloat-linux-gnu-gcc-3.3.3-glibc-2.3.2.gcc.sum
Description: Text document

Attachment: arm-softfloat-linux-gnu-gcc-3.3.3-glibc-2.3.2.binutils.sum
Description: Text document


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