Hi All,
I am trying to integrate IMX8QM at Linux kernel 5.15 with the SE050 module in using the latest middleware. I tried to source compile on the Linux board, and got openssl error:
In file included from /home/root/se050/files/simw-top/sss/plugin/openssl/engine/src/ax_sssEngine_rsa.c:46:
/usr/include/openssl/rsa.h:576:5: note: declared here
576 | int RSA_meth_set_verify(RSA_METHOD *rsa,
| ^~~~~~~~~~~~~~~~~~~
make[2]: *** [sss/plugin/openssl/CMakeFiles/sss_engine.dir/build.make:132: sss/plugin/openssl/CMakeFiles/sss_engine.dir/engine/src/ax_sssEngine_rsa.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1992: sss/plugin/openssl/CMakeFiles/sss_engine.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
root@iWave-G27M:~/se050/files/simw-top_build/simw-top-eclipse_jrcpv1#
The openssl version of my target board is 3.0.5 but the SE050 middleware supports only till 1.1.x. Please let me know how I can modify the scripts or the middleware to make it work ?