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

getting undefined reference to `pxCurrentTCB' #1442

Open
joeysmart opened this issue Oct 23, 2024 · 0 comments
Open

getting undefined reference to `pxCurrentTCB' #1442

joeysmart opened this issue Oct 23, 2024 · 0 comments

Comments

@joeysmart
Copy link

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

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

1 participant