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]

problems building a crosscompiler Solaris2.7 -> hpux11





Hi,

I am trying to build a crosscompiler with solaris as host and hpux as
target.

When running 'make bootstrap' I get the following error message:

----/----
./xgcc -B./ -B/export/home/herrnm/gcc-bin-hp/hppa1.1-hp-hpux11.00/bin/
-isystem /export/home/herrnm/gcc-bin-hp/hppa1.1-hp-hpux11.00/include
-isystem /export/home/herrnm/gcc-bin-hp/hppa1.1-hp-hpux11.00/sys-include
-O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I.
-I../../gcc-3.2/gcc -I../../gcc-3.2/gcc/. -I../../gcc-3.2/gcc/config
-I../../gcc-3.2/gcc/../include  -DL_muldi3 -c ../../gcc-3.2/gcc/libgcc2.c
-o libgcc/./_muldi3.o
/var/tmp//ccDgUJJh.s: Assembler messages:
/var/tmp//ccDgUJJh.s:1: Error: Unknown pseudo-op:  `.level'
/var/tmp//ccDgUJJh.s:3: Error: Unknown pseudo-op:  `.subspa'
/var/tmp//ccDgUJJh.s:4: Error: Unknown pseudo-op:  `.subspa'
/var/tmp//ccDgUJJh.s:6: Error: Unknown pseudo-op:  `.subspa'
/var/tmp//ccDgUJJh.s:7: Error: Unknown pseudo-op:  `.subspa'
/var/tmp//ccDgUJJh.s:8: Error: Unknown pseudo-op:  `.import'
/var/tmp//ccDgUJJh.s:9: Error: Unknown pseudo-op:  `.import'
/var/tmp//ccDgUJJh.s:14: Error: Unknown pseudo-op:  `.subspa'
/var/tmp//ccDgUJJh.s:16: Fatal error: Unknown opcode: `l$text0000'
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[3]: Leaving directory `/export/home/herrnm/gcc-hp/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/export/home/herrnm/gcc-hp/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/export/home/herrnm/gcc-hp/gcc'
make: *** [bootstrap] Error 2
----/----

I ran confgure with options --with-gnu-as --with-gnu-ld, but realized that
configure said:
----/----
checking assembler alignment features... ../../gcc-3.2/gcc/configure:
hppa1.1-hp-hpux11.00-as: not found
../../gcc-3.2/gcc/configure: hppa1.1-hp-hpux11.00-as: not found
none
checking assembler subsection support... ../../gcc-3.2/gcc/configure:
hppa1.1-hp-hpux11.00-as: not found
no
checking assembler weak support... ../../gcc-3.2/gcc/configure:
hppa1.1-hp-hpux11.00-as: not found
no
checking assembler hidden support... ../../gcc-3.2/gcc/configure:
hppa1.1-hp-hpux11.00-as: not found
../../gcc-3.2/gcc/configure: hppa1.1-hp-hpux11.00-ld: not found
no
checking assembler leb128 support... ../../gcc-3.2/gcc/configure:
hppa1.1-hp-hpux11.00-as: not found
no
checking assembler eh_frame optimization... ../../gcc-3.2/gcc/configure:
hppa1.1-hp-hpux11.00-as: not found
no
checking assembler section merging support... ../../gcc-3.2/gcc/configure:
hppa1.1-hp-hpux11.00-as: not found
no
checking assembler dwarf2 debug_line support... no
checking assembler --gdwarf2 support... no
checking assembler --gstabs support... no
checking linker PT_GNU_EH_FRAME support... ../../gcc-3.2/gcc/configure:
hppa1.1-hp-hpux11.00-ld: not found
no
----/----

What does this mean. Is this the problem?
What else can be wrong?

Bye
Marco


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