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]
Other format: [Raw text]

ia64-hpux, gnu ld missing or not supported


Hi,

I am trying to build a cross compiler Linux-ia32 to HPUX-ia64.
Using the following setup:
- binutils-2.15.92.0.2
- gcc-3.4.4-20050721

What wrong with this, i need "ld" but that won't work.
Whats up, How does one fix this?
Or is somebody willing to explain the problem to me?

*** This configuration is not supported in the following subdirectories:
     ld
    (Any other directories should still work fine.)


# ../configure --prefix=/usr/local --target=ia64-hpux --enable-64-bit-bfd
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... ia64-hp-hpux
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gnatbind... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16
$$f1 $$f2
checking for correct version of gmp.h... yes
checking for MPFR... yes
*** This configuration is not supported in the following subdirectories:
     ld
    (Any other directories should still work fine.)
checking for bison... bison
checking for bison... bison -y
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for i686-pc-linux-gnu-ar... no
checking for ar... ar
checking for i686-pc-linux-gnu-as... no
checking for as... as
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... dlltool
checking for i686-pc-linux-gnu-ld... no
checking for ld... ld
checking for i686-pc-linux-gnu-nm... no
checking for nm... nm
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-windres... no
checking for windres... windres
checking for i686-pc-linux-gnu-objcopy... no
checking for objcopy... objcopy
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking for ia64-hpux-ar... ia64-hpux-ar
checking for ia64-hpux-as... ia64-hpux-as
checking for ia64-hpux-dlltool... no
checking for ia64-hpux-ld... no
checking for ia64-hpux-nm... ia64-hpux-nm
checking for ia64-hpux-ranlib... ia64-hpux-ranlib
checking for ia64-hpux-windres... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking if symbolic links between directories work... yes
updating cache ./config.cache
creating ./config.status
creating Makefile




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