eeprom32_rotate icon indicating copy to clipboard operation
eeprom32_rotate copied to clipboard

Compilation error in Arduino IDE

Open Hemonster opened this issue 2 years ago • 3 comments

Hi there I have this compile error which I'm unsure how to resolve. Can somebody help? I was compiling the basic example in this case. https://github.com/xoseperez/eeprom32_rotate/blob/master/examples/basic/basic.ino

Error here:

In file included from D:\Desktop\EEPROM32_ROTATE\EEPROM32_ROTATE.ino:5:
C:\Program Files (x86)\Arduino\portable\packages\esp32\hardware\esp32\2.0.2\libraries\eeprom32_rotate\src/EEPROM32_Rotate.h: In constructor 'EEPROM32_Rotate::EEPROM32_Rotate()':
C:\Program Files (x86)\Arduino\portable\packages\esp32\hardware\esp32\2.0.2\libraries\eeprom32_rotate\src/EEPROM32_Rotate.h:52:13: error: '_user_defined_size' was not declared in this scope
             _user_defined_size = 0;
             ^~~~~~~~~~~~~~~~~~

Full compile log attached.

EEPROM32_rotate bad compile output.txt

Hemonster avatar Feb 28 '22 22:02 Hemonster

I'm facing the same issue, did you manage to solve it?

denisvitez avatar May 09 '23 19:05 denisvitez

Please check the latest code in master branch.

xoseperez avatar May 09 '23 19:05 xoseperez

Version 0.9.4, latest available in Arduino IDE, issue persists.

TupaNegreiros avatar Aug 13 '23 18:08 TupaNegreiros