Hallo zusammen,
ich freunde mich gerade mit Arduino an und habe da eine Frage zu folgender Fehlermeldung die ich beim compelieren erhalte. Bis gestern nachmittal lief der Sketch noch problemlos und dann hab ich scheinbar irgendwie Mist gebaut
HAbe seit gestern nachmittag versucht das Problem irgendwie zu lösen leider ohne Erfolg.
Ich verstehe in dem Zusammenhang auch die Logik hinter der Ablage der Libraries nicht so ganz.
Diese liegen ja scheinbar an mehreren Orten .....
Kann mir jemand bitte bei meinem Problem helfen?
Letztentlich verweise ich im Code nur auf
#include <ESP8266WiFi.h>
Aber da scheints es irgendwie zu haken.
Danke euch!
Melden sieht wie folgt aus.
FQBN: esp8266:esp8266:generic
Using board 'generic' from platform in folder: C:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2
Using core 'esp8266' from platform in folder: C:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2
"C:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1/python3" -I "C:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/mkbuildoptglobals.py" "C:\Program Files\Arduino IDE\resources\app\lib\backend\resources" 10607 "C:\Users\tjlie\AppData\Local\Temp\arduino\sketches\F74FDC98EB397A517469E5D6C7D8A068" "C:\Users\tjlie\AppData\Local\Temp\arduino\sketches\F74FDC98EB397A517469E5D6C7D8A068/core/build.opt" "C:\Users\tjlie\OneDrive\Documents\Arduino\sketch_wifi_lampe/sketch_wifi_lampe.ino.globals.h" "C:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\cores\esp8266/CommonHFile.h"
default_encoding: cp1252
Assume aggressive 'core.a' caching enabled.
Note: optional global include file 'C:\Users\tjlie\OneDrive\Documents\Arduino\sketch_wifi_lampe\sketch_wifi_lampe.ino.globals.h' does not exist.
Read more at How to specify global build defines and options — ESP8266 Arduino Core 3.1.2-21-ga348833 documentation
Verwendete Bibliotheken erkennen ...
C:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.1.0-gcc10.3-e5f9fec/bin/xtensa-lx106-elf-g++ -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE -DESP8266 @C:\Users\tjlie\AppData\Local\Temp\arduino\sketches\F74FDC98EB397A517469E5D6C7D8A068/core/build.opt -IC:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/include -IC:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/lwip2/include -IC:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/libc/xtensa-lx106-elf/include -IC:\Users\tjlie\AppData\Local\Temp\arduino\sketches\F74FDC98EB397A517469E5D6C7D8A068/core -c @C:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/warnings/none-cppflags -Os -g -free -fipa-pta -Werror=return-type -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10607 -DARDUINO_ESP8266_GENERIC -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_GENERIC" -DARDUINO_BOARD_ID="generic" -DLED_BUILTIN=2 -DFLASHMODE_DOUT -IC:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\cores\esp8266 -IC:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\variants\generic C:\Users\tjlie\AppData\Local\Temp\arduino\sketches\F74FDC98EB397A517469E5D6C7D8A068\sketch\sketch_wifi_lampe.ino.cpp -o nul
Alternativen für ESP8266WiFi.h: [ESP8266WiFi@1.0]
ResolveLibrary(ESP8266WiFi.h)
-> Kandidaten: [ESP8266WiFi@1.0]
C:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.1.0-gcc10.3-e5f9fec/bin/xtensa-lx106-elf-g++ -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE -DESP8266 @C:\Users\tjlie\AppData\Local\Temp\arduino\sketches\F74FDC98EB397A517469E5D6C7D8A068/core/build.opt -IC:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/include -IC:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/lwip2/include -IC:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/libc/xtensa-lx106-elf/include -IC:\Users\tjlie\AppData\Local\Temp\arduino\sketches\F74FDC98EB397A517469E5D6C7D8A068/core -c @C:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/warnings/none-cppflags -Os -g -free -fipa-pta -Werror=return-type -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10607 -DARDUINO_ESP8266_GENERIC -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_GENERIC" -DARDUINO_BOARD_ID="generic" -DLED_BUILTIN=2 -DFLASHMODE_DOUT -IC:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\cores\esp8266 -IC:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\variants\generic -IC:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi\src C:\Users\tjlie\AppData\Local\Temp\arduino\sketches\F74FDC98EB397A517469E5D6C7D8A068\sketch\sketch_wifi_lampe.ino.cpp -o nul
Alternativen für utility/wl_definitions.h: []
ResolveLibrary(utility/wl_definitions.h)
-> Kandidaten: []
In file included from C:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi\src/ESP8266WiFi.h:40,
from C:\Users\tjlie\OneDrive\Documents\Arduino\sketch_wifi_lampe\sketch_wifi_lampe.ino:3:
C:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi\src/WiFiServer.h:24:12: fatal error: utility/wl_definitions.h: No such file or directory
24 | #include "utility/wl_definitions.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Bibliothek ESP8266WiFi in Version 1.0 im Ordner: C:\Users\tjlie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi wird verwendet
exit status 1
Compilation error: exit status 1