I am a newbie for this. I need your help
I'd like to build fips and openssl shared object for ARM.
But I am having a hard time to build it.
So, could you enlighten me about this?

compile enviroment : redhat 7.2

1. build openssl-fips-1.1.2
./config fips
 make
 make install
===> this one is compiled by gcc.
Question : this one is supposed to be compiled by arm-uclibc-gcc?

2. build openssl 0.9.7m
./config linux-elf-arm shared fips --with-fipslibdir=/usr/local/ssl/lib
 make
===> this one was compiled successfully by gcc but error occurred by
"arm-uclibc-gcc".

could you teach me how to compile?

thanks

Reply via email to