Topic: Porting Wolf SSL to ThreadX DAM
Hi,
I have a cellular modem with SDK built on ThreadX. This SDK gives ability to write ThreadX DAM modules which can run on the module itself. The manufacturer calls it Open CPU.
The SDK uses LLVM compiler.
I tried to compile WolfSSL on Linux as well as Windows and both works fine.
I also looked into the documentation and went through porting guide. I understood the steps.
However, I am stuck at a point. I am not sure how do I build WolfSSL using the provided SDK. There are utilities like ./configure which are not part of the provided SDK by the vendor.
Please suggest a way to help me with porting. Also, let me know any additional inputs you need.