We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I installed for testing wolfSSL pack version 3.3.9. In Manage Run-Time Environment add to project Simple Client, Resolve Dependencies and make rebuild.
compiler return
compiling client.c... C:\Keil\ARM\PACK\wolfSSL\CyaSSL\3.6.9\wolfssl\wolfssl/ssl.h(950): error: #5: cannot open source input file "sys/uio.h": No such file or directory #include <sys/uio.h> ... C:\Keil\ARM\PACK\wolfSSL\CyaSSL\3.6.9\wolfssl\wolfssl/wolfcrypt/wc_port.h(78): error: #5: cannot open source input file "pthread.h": No such file or directory #include <pthread.h> ...
in ssl.h on page 950 is
#elif !defined(WOLFSSL_MDK_ARM) && !defined(WOLFSSL_IAR_ARM) && !defined(WOLFSSL_PICOTCP) #include <sys/uio.h> #endif
unfortunely folder wolfSSL do not inslude file uio.h and pthread.h Any solution for this error?