the generated fips_premain_dso (as a part of openssl fips 1.2 build on
powerpc ) hanging is that the generated code is always jump to the same
function address :-
bash-3.00# gdb fips/fips_premain_dso
(gdb) r eee
Starting program: /ssl/openssl-fips-1.2/fips/fips_premain_dso eee <-- hangs
here now
This is coming down the specific compiler, changing compiler flags /
optimization produces different results.
Could someone please indicate which compiler is good/tested for compiling
openssl fips 1.2 for power pc ?
gcc 3.x 4.0.x 4.1.x or 4.2.x, 4.3.x Currently I am using 4.2.3 and having
problems
Hello,
I am compiling OpenSSL FIPS-1.2 natively on PPC, the build blocks forever at
:-
+ /bin/rm -f ./libcrypto.so.0.9.8
+ gcc /fips-lib///fipscanister.o /fips-lib/fips_premain.c -fPIC
-DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DOPENSSL_NO_ERR -DB_ENDIAN
-DTERMIO -O3 -Wall -DOPENSSL_NO_CAMELLI