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
{{ message }}
This repository was archived by the owner on Jan 21, 2025. It is now read-only.
I used the Me_No_dev asynwebserver lib in my program without any problem, however last week I tried to use this library instead,
but whenever I switch to this library it makes the following error
any help appreciated
c:/users/lkeyn/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: .pio\build\esp32dev\src\main.cpp.o:(.literal.startup._GLOBAL__sub_I_server+0x0): undefined reference to `AsyncWebServer::AsyncWebServer(unsigned short)'
c:/users/lkeyn/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: .pio\build\esp32dev\src\main.cpp.o:(.literal.exit._GLOBAL__sub_D_server+0x0): undefined reference to `AsyncWebServer::~AsyncWebServer()'
c:/users/lkeyn/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: .pio\build\esp32dev\src\main.cpp.o: in function `_GLOBAL__sub_I_server':
C:\Users\lkeyn\Documents\PlatformIO\Projects\esp32_v01/src/main.cpp:10: undefined reference to `AsyncWebServer::AsyncWebServer(unsigned short)'
c:/users/lkeyn/.platformio/packages/toolchain-xtensa-esp32@8.4.0+2021r2-patch5/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: .pio\build\esp32dev\src\main.cpp.o: in function `_GLOBAL__sub_D_server':
C:\Users\lkeyn\Documents\PlatformIO\Projects\esp32_v01/src/main.cpp:10: undefined reference to `AsyncWebServer::~AsyncWebServer()'
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\esp32dev\firmware.elf] Error 1
Description
I used the Me_No_dev asynwebserver lib in my program without any problem, however last week I tried to use this library instead,
but whenever I switch to this library it makes the following error
any help appreciated
platformio setting
error