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
when building with esp-idf v5.3.1 for esp32s3 I am getting:
-devkitm-1/lib751/libESP Async WebServer.a(AsyncWebSocket.cpp.o):(.literal._ZN17AsyncWebLockGuardC5ERK12AsyncWebLock[_ZN17AsyncWebLockGuardC5ERK12AsyncWebLock]+0x0): undefined reference to `pxCurrentTCB'
collect2: error: ld returned 1 exit status
*** [.pio/build/esp32-s3-devkitm-1/firmware.elf] Error 1
seems pxCurrentTCB is now pxCurrentTCBs and is an array (SMP)
is referenced in the class AsyncWebLock
currently I have no idea how to fix it
The text was updated successfully, but these errors were encountered:
when building with esp-idf v5.3.1 for esp32s3 I am getting:
-devkitm-1/lib751/libESP Async WebServer.a(AsyncWebSocket.cpp.o):(.literal._ZN17AsyncWebLockGuardC5ERK12AsyncWebLock[_ZN17AsyncWebLockGuardC5ERK12AsyncWebLock]+0x0): undefined reference to `pxCurrentTCB'
collect2: error: ld returned 1 exit status
*** [.pio/build/esp32-s3-devkitm-1/firmware.elf] Error 1
seems pxCurrentTCB is now pxCurrentTCBs and is an array (SMP)
is referenced in the class AsyncWebLock
currently I have no idea how to fix it
The text was updated successfully, but these errors were encountered: