Hi All,
I am trying to cross compile openssl3.0 for iMX6ul, but meet a problem.
Download the openSSL from the OpenSSL's website, both 3.0 and 3.1 version have the same error.
But 1.1.1version will be success. URL: https://www.openssl.org/source/old/
After configuation, when execute make, it will report:

I checked the error on OpenSSL community, the developers said the problem is known. And it is caused by the GCC, the version of GCC is too old.
https://github.com/openssl/openssl/issues/18346
Has anyone had this problem?
Thanks
Chad