Hi Experts,
I am compiling scicliend_fw_testapp_freertos based on windows. It seems to be blocked by OpenSSL so that the image cannot be created. Can you give some suggestions? Pls refer to the following information.

This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Experts,
I am compiling scicliend_fw_testapp_freertos based on windows. It seems to be blocked by OpenSSL so that the image cannot be created. Can you give some suggestions? Pls refer to the following information.

Hi,
Do you have openSSL installed in windows. If not, you'll need to install this and add it's path to windows environment variables.
I believe you should be able to find it as part of git bash as well.
Regards,
Parth
Which version of openSSL are you using?
Also, is this issue with just this particular application or is it there for other applications as well? Are you able to build SBL properly?
Regards,
Parth
The version of openSSL may be 3.0.7.
It seems to be the same for other applications. Pls refer to the following information.

Thanks
Hi,
I have been able to successfully build this app on my end without issues.

Did you change anything in the build environment of PDK?
Regards,
Parth
I though that I only followed the guildeline to change and changed the ccs version and path in pdk.
Or, I would like to re-dowdload it from TI website. Can you list the necessary modification for the SDK based on your successful experise? I would like to follow them to rebuild again.
Now, I re-tried to build by "make sciclient_fw_testapp_freertos BOARD=j721e_evm" without "-s". It can be built successfully. The command is different with Guildeline. Can you help to confirm what I do correctly and explain it?

Thanks
Hi,
-s option just suppresses the build logs, it should not impact your build.
I have been able to build with -s as well
Anyways, if you are able to build without -s, that should be fine as well
Regards,
Parth
Hi Path,
If there is a possibility, can you help to find what creates the issue about "-s" make?
Thanks
It's difficult to point to in any a direction as it is perfectly working on my end.
A few things you can try:
1) Re-install the PDK package. Sometimes issue may come up if the SDK is not installed properly.
2) Not sure how you are installing the openSSL, try to use the one with git bash, that's the one I have been using. This will make sure both our environments are same.
Regards,
Parth