Skip to content

[Bug]: wolfssl_server.ino doesn't even compile for ESP32 boards #6360

@BojanJurca

Description

@BojanJurca

Contact Details

[email protected]

Version

5.5.4

Description

https://github.com/wolfSSL/wolfssl/blob/master/IDE/Espressif/ESP-IDF/user_settings.h

Reproduction steps

  1. install wolfssl do Arduino
  2. cnage user_settings.h
  3. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions