toblum / McLighting

The ESP8266 based multi-client lighting gadget
MIT License
1.05k stars 289 forks source link

Error compiling sketch...I don't understand why #427

Open leonealex opened 5 years ago

leonealex commented 5 years ago

Arduino:1.8.9 (Mac OS X), Scheda:"NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled, All SSL ciphers (most compatible), 4M (1M SPIFFS), v2 Higher Bandwidth, Disabled, None, Only Sketch, 115200"

Opzioni di compilazione cambiate, ricompilo tutto /Users/Alessandro/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-3-20ed2b9/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: libraries/EEPROM/EEPROM.cpp.o: in function EEPROMClass::begin(unsigned int)': /Users/Alessandro/Library/Arduino15/packages/esp8266/hardware/esp8266/2.5.2/libraries/EEPROM/EEPROM.cpp:71: undefined reference to_FS_end' collect2: error: ld returned 1 exit status exit status 1 Errore durante la compilazione per la scheda NodeMCU 1.0 (ESP-12E Module).

Questo report potrebbe essere più ricco di informazioni abilitando l'opzione "Mostra un output dettagliato durante la compilazione" in "File -> Impostazioni"

toblum commented 5 years ago

Hi @leonealex,

I didn't see this error before. Which version of the ESP core are you using? I tried with the 2.5.2 without problems.

Greetings Tobias