This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
cross-compiler arm-h8300
- From: gael dot eveno at free dot fr
- To: gcc-help at gcc dot gnu dot org
- Date: Sat, 24 Nov 2001 20:30:48 +0100 (MET)
- Subject: cross-compiler arm-h8300
Hello,
I tryed to compile gcc as a cross-compiler from arm to h3800 but I have a lots
of "BFD assertion fail" and the compilation stops.
I configured & compiled binutils-2.11.2 with --target=h8300-hitachi-hms on
my "armv4l-unknown-linux-gnu" ,
exported my new PATH=$PATH:/my/way/where/binutils/is/bin,
patched gcc-3.0.2 with the hitachi_3.0.2.1 patch,
and configure & compiled gcc with --target=h8300-hitachi-hms --with-newlib
(newlib-1.9.0).
Does someone make it work well? I saw debian has got a binutils-h8300-hms-***-
arm.deb package but not gcc-h8300-hms-***-arm.deb.
Is this cross compilation possible?
Where can I find doc about BFD?
Thanks
Gaël