Hi,
You will need to pass your native compiler i.e gcc to fipsld script and make the fipsld script refer to your native compiler.
Example:
Make CC=<complete path to fipsld> FIPSLD_CC=/USR/BIN/GCC
refer section 5.3.1 of fips-openssl-userguide-2.0
Pankaj
On Tue, Nov 26, 2019, 11:06 PM 炉诸 <sunchunjie_0_0@xxxxxxx> wrote:
Dear all,As a newbie, I am following the details in document UserGuide-2.0.pdf,Appendix C Example OpenSSL Based Application,C1, which creates one Makefile and one c source code file. when run make command, it always use ld to do the link, not the fipsld, but when I run command like :make CC=/path/to/fipsldit seems ran into loop, so, I need your help about what to fix to make the example works.