Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 3.1.0 and 3.1.1 --> compilation Error for NodeMCU 1.0 (ESP-12E Module) #8823

Closed
id1402 opened this issue Jan 23, 2023 · 1 comment

Comments

@id1402
Copy link

id1402 commented Jan 23, 2023

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.

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).
@mcspr
Copy link
Collaborator

mcspr commented Jan 25, 2023

Duplicate of #8803
(and #8811)

@mcspr mcspr closed this as completed Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants