Other Error compiling EEPROM library with ESP32...

rbghongade

Active Member
Licensed User
Longtime User
Dear friends,
It seems that rEEPROM library does not work for ESP32. I tried compiling the ESPConfigureWifi example which requires rEEPROM library with WEMOS LOLIN32 and the compiler throws the following error:
B4X:
B4R version: 2.00
Parsing code.    (0.00s)
Compiling code.    (0.02s)
Building project    (0.02s)
Compiling & deploying Ino project (WEMOS LOLIN32 - COM32)    Error
Loading configuration...
Initializing packages...
Preparing boards...
Verifying...
C:\Users\RAJESH\Documents\Arduino\hardware\espressif\esp32\libraries\EEPROM\EEPROM.cpp:26:21: fatal error: c_types.h: No such file or directory
compilation terminated.
exit status 1
 
Top