swarm-support
[Top][All Lists]
Advanced

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

Swarm Installation on SGI IRIX 6.2


From: Mike Howard
Subject: Swarm Installation on SGI IRIX 6.2
Date: Fri, 27 Mar 1998 15:40:41 -0800

I've downloaded all the required software (except crt1n.tar.gz and
o32ld-strip.tar.gz, which we don't need), and installed gcc-2.7.2.2.
We are attempting to compile libffi-1.17, and having a problem compiling
o32.s.  Does anyone have any advice?  Following is the error messages;
it's strange that it shows o32.S in /home/green/gerbil/work/devo/libffi,
since that is not our directory structure, but it does seem to be finding
the file, which is actually in ./src/mips/.
______________________________________________________________________
koi 11# gmake
gmake  all-recursive
gmake[1]: Entering directory `/tmp_mnt/of/local/swarm/libffi-1.17'
Making all in include
gmake[2]: Entering directory `/tmp_mnt/of/local/swarm/libffi-1.17/include'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/tmp_mnt/of/local/swarm/libffi-1.17/include'
Making all in src
gmake[2]: Entering directory `/tmp_mnt/of/local/swarm/libffi-1.17/src'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I../include -I../include  -g -O2 -c debug.c
Unmatched '
Unmatched '
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -g -O2 -c -DPIC
debug.c
ln -s debug.o debug.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I../include -I../include  -g -O2 -c prep_cif.c
Unmatched '
Unmatched '
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -g -O2 -c -DPIC
prep_cif.c
ln -s prep_cif.o prep_cif.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I../include -I../include  -g -O2 -c types.c
Unmatched '
Unmatched '
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -g -O2 -c -DPIC
types.c
ln -s types.o types.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I../include -I../include  -g -O2 -c mips/ffi.c
Unmatched '
Unmatched '
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -g -O2 -c -DPIC
mips/ffi.c
ln -s ffi.o ffi.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I../include -I../include  -g -O2 -c mips/o32.s
Unmatched '
Unmatched '
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -g -O2 -c -DPIC
mips/o32.s
/home/green/gerbil/work/devo/libffi/src/mips/o32.S: Assembler messages:
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:48: Error: Missing ')'
assumed
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:48: Error: illegal
operands `subu'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:49: Error: unrecognized
opcode `reg_s'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:50: Error: unrecognized
opcode `reg_s'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:53: Error: illegal
operands `move'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:54: Error: unrecognized
opcode `reg_s'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:57: Error: illegal
operands `move'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:58: Error: illegal
operands `bge'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:59: Error: illegal
operands `li'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:63: Error: illegal
operands `addu'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:64: Error: illegal
operands `and'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:67: Error: absolute
expression required `subu'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:70: Error: illegal
operands `addu'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:71: Error: illegal
operands `addu'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:75: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:76: Error: illegal
operands `add'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:78: Error: illegal
operands `and'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:79: Error: illegal
operands `srl'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:81: Error: illegal
operands `addu'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:83: Error: illegal
operands `bnez'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:84: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:85: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:86: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:87: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:91: Error: illegal
operands `bne'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:92: Error: illegal
operands `l.d'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:93: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:94: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:98: Error: illegal
operands `bne'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:99: Error: illegal
operands `l.s'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:100: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:101: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:102: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:106: Error: illegal
operands `bne'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:107: Error: illegal
operands `l.d'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:108: Error: illegal
operands `l.d'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:112: Error: illegal
operands `bne'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:113: Error: illegal
operands `l.s'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:114: Error: illegal
operands `l.s'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:115: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:116: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:120: Error: illegal
operands `bne'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:121: Error: illegal
operands `l.d'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:122: Error: illegal
operands `l.s'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:123: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:129: Error: illegal
operands `l.s'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:130: Error: illegal
operands `l.d'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:134: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:137: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:138: Error: illegal
operands `beqz'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:140: Error: illegal
operands `bne'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:142: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:143: Error: unrecognized
opcode `reg_s'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:147: Error: illegal
operands `bne'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:149: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:150: Error: illegal
operands `s.s'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:154: Error: illegal
operands `bne'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:156: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:157: Error: illegal
operands `s.d'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:166: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:167: Error: unrecognized
opcode `reg_l'
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:168: Error: Missing ')'
assumed
/home/green/gerbil/work/devo/libffi/src/mips/o32.S:168: Error: illegal
operands `addu'
gmake[2]: *** [o32.lo] Error 1
gmake[2]: Leaving directory `/tmp_mnt/of/local/swarm/libffi-1.17/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp_mnt/of/local/swarm/libffi-1.17'
gmake: *** [all-recursive-am] Error 1
koi 12# which gcc
/usr/gnu/bin/gcc
koi 13# gcc -v
Reading specs from /usr/gnu/lib/gcc-lib/mips-sgi-irix5.3/2.7.2.2/specs
gcc version 2.7.2.2
koi 14# pwd
/tmp_mnt/of/local/swarm/libffi-1.17


^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Mike Howard              address@hidden         310-317-5690
HRL Laboratories, LLC,   3011 Malibu Canyon Road,    Malibu CA 90265
______________________________________________________________________



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]