Topic: [SOLVED] Building wolfssl for cc3100
Hi All,
I am trying to rebuild the wolfssl library for simplelink but getting errors. After going through the online documentation and checking the ethernet version of wolfssl, I tried to do this-
1. Changing the directory from NDK to Simplelink in the wolfssl>tirtos>products.mak
NDK_INSTALL_DIR= C:\ti\tirtos_tivac_2_16_01_14\products\tidrivers_tivac_2_16_01_13\packages\ti\mw\wifi
and setting the #include<include/socket.h> into wolfio.h but I am getting this error-
clem4f C:/Users/Akhilesh/Downloads/wolfssl-4.3.0/tirtos/../src/wolfio.c ...
"C:/Users/Akhilesh/Downloads/wolfssl-4.3.0/tirtos/../src/wolfio.c", line 98: error: identifier "errno" is undefined
"C:/Users/Akhilesh/Downloads/wolfssl-4.3.0/tirtos/../src/wolfio.c", line 229: error: identifier "ECONNRESET" is undefined
"C:/Users/Akhilesh/Downloads/wolfssl-4.3.0/tirtos/../src/wolfio.c", line 233: error: identifier "EINTR" is undefined
"C:/Users/Akhilesh/Downloads/wolfssl-4.3.0/tirtos/../src/wolfio.c", line 237: error: identifier "ECONNABORTED" is undefined
"C:/Users/Akhilesh/Downloads/wolfssl-4.3.0/tirtos/../src/wolfio.c", line 276: error: identifier "ECONNRESET" is undefined
"C:/Users/Akhilesh/Downloads/wolfssl-4.3.0/tirtos/../src/wolfio.c", line 280: error: identifier "EINTR" is undefined
"C:/Users/Akhilesh/Downloads/wolfssl-4.3.0/tirtos/../src/wolfio.c", line 284: error: identifier "EPIPE" is undefined
7 errors detected in the compilation of "C:/Users/Akhilesh/Downloads/wolfssl-4.3.0/tirtos/../src/wolfio.c".
I am not able to figure it out.