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

Re: 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:
|>
|>---
|>[...]
|>/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??
|>
Yes, you do. You will also need a cross-ld (from the utlsrc??.zoo file
in /atari/Gnustuff/Util directory).

Bjarne