This is the mail archive of the gcc-bugs@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]

RE: target/5107: ICE when building an ARM/Thumb cross compiler for/on HP-UX.


I just want to inform you, that I succeded to build gcc-3.0.4 for arm-elf on
HPUX-10.20.
The installed gcc on the host was gcc-3.0.4 and binutils was version 2.11.2.

With gcc-2.95.2 as host gcc the build fails. The 20020303 snapshot of
binutils also makes the build fail.
See:
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
r=5827

The commands used were in all cases:

cd ../gcc-3.0.4/gcc/
ln -s ../../newlib-1.10.0/newlib .
cd ../../build-gcc-3.0.4/

PATH=/opt/local/arm-elf-gcc3.0.4/bin:$PATH
../gcc-3.0.4/configure --target=arm-elf --prefix=/opt/local/arm-elf-gcc3.0.4
--with-gnu-as --with-gnu-ld --with-newlib --enable-threads
--enable-languages=c,c+
gmake all

kind regards

Hans Peter


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