You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I Updated esp8266 in board manager from version 3.0.2 to 3.1.1. Compilation fails after that. Same issue with verion 3.1.0. Back to version 3.0.2 compilation works.
Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"
Traceback (most recent call last):
File "C:\Users\purpo\Documents\ArduinoData\packages\esp8266\hardware\esp8266\3.1.0/tools/mkbuildoptglobals.py", line 846, in <module>
sys.exit(main())
File "C:\Users\purpo\Documents\ArduinoData\packages\esp8266\hardware\esp8266\3.1.0/tools/mkbuildoptglobals.py", line 743, in main
use_aggressive_caching_workaround = determine_cache_state(args, runtime_ide_path, source_globals_h_fqfn)
File "C:\Users\purpo\Documents\ArduinoData\packages\esp8266\hardware\esp8266\3.1.0/tools/mkbuildoptglobals.py", line 595, in determine_cache_state
caching_enabled = check_preferences_txt(ide_path, preferences_fqfn)
File "C:\Users\purpo\Documents\ArduinoData\packages\esp8266\hardware\esp8266\3.1.0/tools/mkbuildoptglobals.py", line 517, in check_preferences_txt
val1 = get_preferences_txt(file_fqfn[1], key)
File "C:\Users\purpo\Documents\ArduinoData\packages\esp8266\hardware\esp8266\3.1.0/tools/mkbuildoptglobals.py", line 485, in get_preferences_txt
with open(file_fqfn, encoding="utf-8") as file:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\purpo\\AppData\\local\\Arduino15\\preferences.txt'
exit status 1
Fehler beim Kompilieren für das Board NodeMCU 1.0 (ESP-12E Module).
The text was updated successfully, but these errors were encountered:
Software: Arduino IDE 1.8.19
I Updated esp8266 in board manager from version 3.0.2 to 3.1.1. Compilation fails after that. Same issue with verion 3.1.0. Back to version 3.0.2 compilation works.
The text was updated successfully, but these errors were encountered: