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

[TW#28365] Undefined reference to poll #2945

Closed
raveious opened this issue Jan 14, 2019 · 2 comments
Closed

[TW#28365] Undefined reference to poll #2945

raveious opened this issue Jan 14, 2019 · 2 comments
Assignees

Comments

@raveious
Copy link

Environment

  • Development Kit: ESP32-DevKitC
  • Kit version (for WroverKit/PicoKit/DevKitC): v4
  • Module or chip used: ESP32-WROOM-32D
  • IDF version (run git describe --tags to find it):
    v3.2-beta1
  • Build System: CMake
  • Compiler version (run xtensa-esp32-elf-gcc --version to find it):
    1.22.0-80-g6c4433a
  • Operating System: Linux
  • Power Supply: USB

Problem Description

I've noticed that there is a poll.h header in newlib/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 use poll instead of select, and I'm seeing an undefined reference to it. Am I missing something or is the implementation legitimately missing?

@Alvin1Zhang Alvin1Zhang changed the title Undefined reference to poll [TW#28365] Undefined reference to poll Jan 14, 2019
@dobairoland dobairoland self-assigned this Feb 14, 2019
@dobairoland
Copy link
Collaborator

dobairoland commented Feb 20, 2019

Yes, you are right @raveious. Thanks for letting us know. I'm working on the implementation now.

@igrr igrr closed this as completed in aa9d302 Feb 26, 2019
@dobairoland
Copy link
Collaborator

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants