
rfransix at comcast
Mar 1, 2009, 4:27 PM
Post #1 of 1
(507 views)
Permalink
|
|
make on aix 4.3.2 fails with invalid asm statement
|
|
Hi, make fails with these errors using gnu cc 2.95.3 on aix 4.3.2, have successfully used ./configure --disable-asm, though with same errors, (please refer to prior post (http://seo.xon.us/lists/020490.html) for similar scenario). help greatly appreciated, any info request on demand. # lslpp -L | grep gcc freeware.gnu.gcc.g++ 2.95.3.0 C GNU Compiler Collection Extras freeware.gnu.gcc.info 2.95.3.0 C GNU Compiler Info files freeware.gnu.gcc.rte 2.95.3.0 C GNU Compiler Collection server:/gnupg-1.4.9 # make make all-recursive Making all in m4 Target "all" is up to date. Making all in intl Target "all" is up to date. Making all in zlib Target "all" is up to date. Making all in util Target "all" is up to date. Making all in mpi source='mpih-div.c' object='mpih-div.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../scripts/depcomp /usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I. . -I.. -I../include -D_THREAD_SAFE -I/usr/local/include -g -O2 -Wall -c mpih-div.c mpih-div.c: In function `mpihelp_mod_1': mpih-div.c:85: warning: implicit declaration of function `__udiv_w_sdiv' mpih-div.c:99: Invalid `asm' statement: mpih-div.c:99: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c:100: Invalid `asm' statement: mpih-div.c:100: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c:105: Invalid `asm' statement: mpih-div.c:105: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c:106: Invalid `asm' statement: mpih-div.c:106: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c:135: Invalid `asm' statement: mpih-div.c:135: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c:135: Invalid `asm' statement: mpih-div.c:135: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c: In function `mpihelp_divrem': mpih-div.c:289: Invalid `asm' statement: mpih-div.c:289: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c:353: Invalid `asm' statement: mpih-div.c:353: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c: In function `mpihelp_divmod_1': mpih-div.c:446: Invalid `asm' statement: mpih-div.c:446: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c:447: Invalid `asm' statement: mpih-div.c:447: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c:452: Invalid `asm' statement: mpih-div.c:452: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c:453: Invalid `asm' statement: mpih-div.c:453: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c:481: Invalid `asm' statement: mpih-div.c:481: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. mpih-div.c:481: Invalid `asm' statement: mpih-div.c:481: fixed or forbidden register 64 (mq) was spilled for class MQ_REGS. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop.
|