[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cross Compiling on HP-UX!!??



I'm trying to make a cross compiler for MiNT on a hppa1.1-hpux9.05 machine.

It works okay for a while, but then this show up:

---

/home2/local/gubsb.temp/gcc-2.6.1/xgcc 
   -B/home2/local/gubsb.temp/gcc-2.6.1/ -O -c -DCROSS_COMPILE -DIN_GCC
   -O2 -I./include -I. -I.. -I/home2/local/gubsb.temp/gcc-2.6.1 
   -I/home2/local/gubsb.temp/gcc-2.6.1/config hash.c

/usr/tmp/cca08482.s: Assembler messages:
/usr/tmp/cca08482.s:7: Error: Unknown pseudo-op:  `.even'
/usr/tmp/cca08482.s:9: Error: Unknown opcode: `link'
/usr/tmp/cca08482.s:10: Error: Unknown opcode: `movel'
/usr/tmp/cca08482.s:11: Error: Unknown opcode: `movel'
/usr/tmp/cca08482.s:12: Error: Unknown opcode: `tstl'
/usr/tmp/cca08482.s:13: Error: Unknown opcode: `jeq'
/usr/tmp/cca08482.s:14: Error: Unknown opcode: `movel'
/usr/tmp/cca08482.s:15: Error: Unknown opcode: `jbsr'
/usr/tmp/cca08482.s:16: Error: Unknown opcode: `movel'
/usr/tmp/cca08482.s:17: Error: Unknown opcode: `jbsr'
/usr/tmp/cca08482.s:19: Error: Unknown opcode: `movel'
/usr/tmp/cca08482.s:20: Error: Unknown opcode: `unlk'
/usr/tmp/cca08482.s:21: Error: Unknown opcode: `rts'
/usr/tmp/cca08482.s:34: Error: Unknown pseudo-op:  `.even'
/usr/tmp/cca08482.s:35: Error: Unknown opcode: `_hash_new'
*** Error code 1

Stop.
*** Error code 1

Stop.


---
For me, this looks like it's using the recently made cross compiler to 
compile one of the src-files, and then it tries to use the native gas to 
assemble it!!

As far as I know, this would be a tough thing to do, since this is a RISC 
machine, and not a m68k.

Do I need a cross compiled gas too??

anyone??

Stefan