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 have also did same as you build default (esp8266=>Ok), then change default to esp32dev then build default and compilation also passed
The error you raised is a platform error, not a firmware issue - it looks like the esp32 sdk is not yet ready on your system
I suggest you to do a Clean All and redo the compilation
using VS Code
While compiling for Defualt Environment: ESP8266 everything compiles with no errors, when changed to ESP32dev, compile errors develope:
"Archiving .pioenvs\esp32dev\libb3c\libESPmDNS.a
Archiving .pioenvs\esp32dev\libFrameworkArduino.a
Linking .pioenvs\esp32dev\firmware.elf
.pioenvs\esp32dev\libFrameworkArduino.a(main.cpp.o):(.literal._Z8loopTaskPv+0x4): undefined reference to
setup()' .pioenvs\esp32dev\libFrameworkArduino.a(main.cpp.o):(.literal._Z8loopTaskPv+0x8): undefined reference to
loop()'.pioenvs\esp32dev\libFrameworkArduino.a(main.cpp.o): In function
loopTask(void*)': C:\Users\koger\.platformio\packages\framework-arduinoespressif32\cores\esp32/main.cpp:14: undefined reference to
setup()'C:\Users\koger.platformio\packages\framework-arduinoespressif32\cores\esp32/main.cpp:17: undefined reference to `loop()'
collect2.exe: error: ld returned 1 exit status
*** [.pioenvs\esp32dev\firmware.elf] Error 1
======================================================== [FAILED] Took 9.57 seconds ========================================================"
Environment Status Duration
esp32dev FAILED 00:00:09.567
To Reproduce
Expected behavior
ESP3D Firmware:
ESP3D-2.1.x
Target Firmware:
N/A
Board used (please complete the following information):
ESP32dev
The text was updated successfully, but these errors were encountered: