-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Problem calling POSIX libc functions on espressif boards #66351
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: ESP32
Espressif ESP32
priority: low
Low impact/importance bug
Comments
Hi @OgnjenX! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
@OgnjenX Hi, same is happening with a few other functions. I am checking this. Thanks. |
sylvioalves
added a commit
to sylvioalves/zephyr
that referenced
this issue
Jan 4, 2024
Make sure some ROM libc calls are weak to allow Zephyr's libc implementation instead. Fixes zephyrproject-rtos#66351 Signed-off-by: Sylvio Alves <[email protected]>
sylvioalves
added a commit
to sylvioalves/zephyr
that referenced
this issue
Jan 4, 2024
Make sure some ROM libc calls are weak to allow Zephyr's libc implementation instead. Fixes zephyrproject-rtos#66351 Signed-off-by: Sylvio Alves <[email protected]>
sylvioalves
added a commit
to sylvioalves/zephyr
that referenced
this issue
Jan 4, 2024
Make sure some ROM libc calls are weak to allow Zephyr's libc implementation instead. Fixes zephyrproject-rtos#66351 Signed-off-by: Sylvio Alves <[email protected]>
carlescufi
pushed a commit
that referenced
this issue
Jan 8, 2024
Make sure some ROM libc calls are weak to allow Zephyr's libc implementation instead. Fixes #66351 Signed-off-by: Sylvio Alves <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: ESP32
Espressif ESP32
priority: low
Low impact/importance bug
When I try to call rand() or (I believe) any other POSIX function from C standard library on 'esp32_devkitc_wroom' target, program causes halting, like this:
That log is concretely produced by this small program:
Does anyone know something about this? Are there some known limitations in the current espressif toolchain in Zephyr?
(motivation for opening this issue can be found here micro-ROS/micro_ros_zephyr_module#131 (comment))
Thanks in advance!
The text was updated successfully, but these errors were encountered: