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
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: