-
Notifications
You must be signed in to change notification settings - Fork 881
Closed
Labels
Description
Contact Details
Version
5.5.4
Description
Reproduction steps
- install wolfssl do Arduino
- cnage user_settings.h
- compile
I managed to get rid of some compile-time errors, like #error and missing #include files, but than many others occur ...
Relevant log output
Just for beginning:
In file included from C:\Users\uporabnik\Documents\Arduino\libraries\wolfssl\src/wolfssl/wolfcrypt/settings.h:13,
from C:\Users\uporabnik\Documents\Arduino\libraries\wolfssl\src/wolfssl/ssl.h:33,
from C:\Users\uporabnik\Documents\WolfSSL\WolfSSL.ino:24:
C:\Users\uporabnik\Documents\Arduino\libraries\wolfssl\src/wolfssl/wolfcrypt/wolf_crypt_settings.h:802:14: fatal error: FreeRTOS.h: No such file or directory
#include "FreeRTOS.h"
^~~~~~~~~~~~
compilation terminated.
exit status 1