Hello,
I am trying to use WolfSSL in a Project in Code Composer Studio.
For this Project I'm using the TI v16.9.2.LTS Compiler and I am runing CCS in Windows 10.
I tried to follow the steps in WolfSSL Manual to build the library, but I couldn't make it work with my Project.
I tried building it with Microsoft Visual Studio 2010 and then adding the librarie file at the Linker options of my project and defining the follow:
WOLFSSL_LWIP
FREERTOS
_IEEE_LITTLE_ENDIAN
NO_FILESYSTEM
SIZEOF_LONG=4
SIZEOF_LONG_LONG=8
NO_WRITEV
But when I try to build the Project I receive the error:
Corrupt member header: '...wolfssl-3.11.0/Release/wolfssl.lib' Corrupt member header: '...wolfssl-3.11.0/Release/wolfssl.lib'
For this Project, we want to use FreeRTOS as RTOS and lwip as TCP/IP stack and don't intend to use TI-RTOS. That's why I couldn't follow this instructions: http://processors.wiki.ti.com/index.php … th_TI-RTOS
What could be the steps to build the library for such a project?
Thank you all,
Matheus