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

Solaris 8 question


Hi, Warrick Lacey here... have a question and problem installing gcc-2.95.2 on a
Solaris 8 machine.

What is the correct version of gcc and binutils to use on Solaris 8?

Currently using 2.95.2 and it seems to be working OK for host/kernel builds. 

Kind of getting into some strange stuff when trying to build a cross compiler
for a --target=powerpc-eabi (--host=sparc-sun-solaris2.8)


CONFIG_NM="powerpc-eabi-nm"; export CONFIG_NM; \
/bin/sh ../../../libio/gen-params LIB_VERSION=2.8.0  >tmp-params.h
dummy.c:1: sys/types.h: No such file or directory
dummy.c:8: stdio.h: No such file or directory
dummy.c:9: time.h: No such file or directory
dummy.c:10: signal.h: No such file or directory
gen-params: could not invoke
/export/home/gnu/src/gcc-2.95.2/powerpc-eabi/gcc/xgcc
-B/export/home/gnu/src/gcc-2.95.2/powerpc-eabi/gcc/
-B/export/home/gnu/powerpc-eabi/bin/ -I. -I../../../libio -E on dummy.c
make[1]: *** [_G_config.h] Error 1
make[1]: Leaving directory
`/export/home/gnu/src/gcc-2.95.2/powerpc-eabi/powerpc-eabi/libio'
make: *** [all-target-libio] Error 2


Any help/suggestions ?

Thanks,
Warrick Lacey

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