Topic: Build and add wolfSSL to TI-RTOS
Hi,
I am using TM4C123GH6PM with TI-RTOS 2.1.0.03 in my current project which needs embedded SSL, which requires OpenSSL functions. After downloading wolfSSL, I don't know how to build and add it to the TI-RTOS. README just refers me to TI-RTOS user guide for building instructions: "... Please follow the instructions in TI-RTOS user guide ... to build the wolfSSL library and the example applications ...".
Going to the mentioned url (www.ti.com/tool/ti-rtos) and reading the 3 documents:
TI-RTOS 2.00 User's Guide (Rev. F)
TI-RTOS 1.21 Getting Started Guide (Rev. G)
SYS/BIOS (TI-RTOS Kernel) v6.40 User's Guide (Rev. N)
I still have no idea how to build and install the wolfSSL into TI-RTOS.
Could you please show or direct me to the documents instructing how to build and install CyaSSL into TI-RTOS? (I am newbie in RTOS and wolfSSL)
After building and integrating wolfSSL library into my current code, is there any special options (such as linker flags, ...) that I should be aware in order to build my project successfully?
Thanks in advance,