Hi All,

We are facing a compilation issue which building OpenSSL for -mips3 and
mcpu=r4000 for Big Endian. We are using MontaVista supplied gcc and bin
utils.

GCC Version             : 2.95.3
LD Version              : 2.10.91
AR Version              : 2.10.91
RANLIB Version  : 2.10.91

The following is the error log.
Any clues in this regard will be very helpful.

----------------------------

make[1]: Entering directory `/home/sadashivan/openssl-0.9.7b/apps'
rm -f openssl
if [ "linux-shared" = "hpux-shared" -o "linux-shared" = "darwin-shared"
] ; then \
  tl_mips-linux-gcc -o openssl -DMONOLITH -I.. -I../include  -DDSO_DLFCN
-DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_ASM -DOPENSSL_NO_BF
-DOPENSSL_NO_CAST -DOPENSSL_NO_DH -DOPENSSL_NO_DSA -DOPENSSL_NO_MDC2
-DOPENSSL_NO_RC2 -DOPENSSL_NO_RC4 -DOPENSSL_NO_RC5 -DOPENSSL_NO_TLS1
-mips3 -mcpu=r4000 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o
gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o
dsaparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o speed.o
s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o
ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o smime.o rand.o engine.o ocsp.o
../libssl.a  ../libcrypto.a  ; \ else \
  LD_LIBRARY_PATH=..:$LD_LIBRARY_PATH \
  tl_mips-linux-gcc -o openssl -DMONOLITH -I.. -I../include  -DDSO_DLFCN
-DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_ASM -DOPENSSL_NO_BF
-DOPENSSL_NO_CAST -DOPENSSL_NO_DH -DOPENSSL_NO_DSA -DOPENSSL_NO_MDC2
-DOPENSSL_NO_RC2 -DOPENSSL_NO_RC4 -DOPENSSL_NO_RC5 -DOPENSSL_NO_TLS1
-mips3 -mcpu=r4000 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o
gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o
dsaparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o speed.o
s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o
ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o smime.o rand.o engine.o ocsp.o
-L.. -lssl  -L.. -lcrypto  ; \ fi
/opt/hardhat/devkit/mips/fp_be/bin/../mips-hardhat-linux/bin/ld:
openssl.o: ISA mismatch (-mips3) with previous modules (-mips1) Bad
value: failed to merge target specific data of file openssl.o
/opt/hardhat/devkit/mips/fp_be/bin/../mips-hardhat-linux/bin/ld:
verify.o: ISA mismatch (-mips3) with previous modules (-mips1) Bad
value: failed to merge target specific data of file verify.o
/opt/hardhat/devkit/mips/fp_be/bin/../mips-hardhat-linux/bin/ld:
asn1pars.o: ISA mismatch (-mips3) with previous modules (-mips1) Bad
value: failed to merge target specific data of file asn1pars.o
/opt/hardhat/devkit/mips/fp_be/bin/../mips-hardhat-linux/bin/ld: req.o:
ISA mismatch (-mips3) with previous modules (-mips1) Bad value: failed
to merge target specific data of file req.o

----------------------------





Confidentiality Notice

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to