WIO Terminal library missing file

Hi @David_Hancock,

Have you updated all your libraries to the latest version?

This problem seems like you are using the master branch of Seeed_Arduino_mbedtls:

You should use the dev branch instead:

Also, make sure to update the SAMD Core of Wio Terminal by visiting Arduino IDE.

  • Go to Tools > Board > Boards Manager
  • Type Wio Terminal in the search box
  • Select the latest version and install

Beset Regards,
Lakshantha

1.8.1 is installed- and still no joy-
fatal error: esp_system.h: No such file or directory
#include <esp_system.h>
^~~~~~~~~~~~~~

Hi @David_Hancock,

Can I know how you downloaded and installed all the libraries?

Did you download them as .ZIP and installed them from Arduino IDE, or used git clone method?

Also, can I see a screenshot of your Arduino Libraries folder?

Best Regards,
Lakshantha

.ZIP and installed them from Arduino IDE
As per instructions added via.Zip

Hi @David_Hancock,

Could you delete Seeed_Arduino_mbedtls-master folder and download .ZIP from here:

You have installed the master branch of Seeed_Arduino_mbedtls. You need to install the dev branch.

After you install the above library, you will notice the name of the folder in your Arduino Libraries Folder as Seeed_Arduino_mbedtls-dev.

Hope it helps.

Best Regards,
Lakshantha

1 Like

Thanks That Did It. You have been most helpful.

1 Like