This is the mail archive of the gcc@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]

Re: openssl-0.9.6d


Compiling on Solaris 2.8 sparc Ultra-1
yielded this gcc 3.03 generated assmbler error:

_DLFCN_H -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -
DULTRASPARC -DMD5_ASM  -c  cbc_enc.c
/usr/ccs/bin/as: "/var/tmp/ccl5HBgq.s", line 362: error: unknown opcode ".subsec
tion"
/usr/ccs/bin/as: "/var/tmp/ccl5HBgq.s", line 362: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/ccl5HBgq.s", line 373: error: unknown opcode ".previo
us"
/usr/ccs/bin/as: "/var/tmp/ccl5HBgq.s", line 373: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/ccl5HBgq.s", line 374: error: unknown opcode ".subsec
tion"
/usr/ccs/bin/as: "/var/tmp/ccl5HBgq.s", line 374: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/ccl5HBgq.s", line 385: error: unknown opcode ".previo
us"
/usr/ccs/bin/as: "/var/tmp/ccl5HBgq.s", line 385: error: statement syntax
*** Error code 1
make: Fatal error: Command failed for target `cbc_enc.o'
Current working directory /var/tmp/downloads/sol8/openssl-0.9.6d/crypto/des
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /var/tmp/downloads/sol8/openssl-0.9.6d/crypto
*** Error code 1
make: Fatal error: Command failed for target `sub_all'
~


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