-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
[TW#28365] Undefined reference to poll #2945
Comments
Alvin1Zhang
changed the title
Undefined reference to poll
[TW#28365] Undefined reference to poll
Jan 14, 2019
Yes, you are right @raveious. Thanks for letting us know. I'm working on the implementation now. |
Hello @raveious. This is now implemented in the master branch. You can test it there. The implementation will be backported to v3.2 ASAP. |
igrr
pushed a commit
that referenced
this issue
Apr 28, 2019
catalinio
pushed a commit
to catalinio/pycom-esp-idf
that referenced
this issue
Jun 28, 2019
eshjordan
pushed a commit
to eshjordan/esp-idf
that referenced
this issue
Sep 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
git describe --tags
to find it):v3.2-beta1
xtensa-esp32-elf-gcc --version
to find it):1.22.0-80-g6c4433a
Problem Description
I've noticed that there is a
poll.h
header innewlib/platform_include/sys
, with no implementation. So just in case I missed it, I tried using it by taking the UART Select Example, and updating it to usepoll
instead ofselect
, and I'm seeing an undefined reference to it. Am I missing something or is the implementation legitimately missing?The text was updated successfully, but these errors were encountered: