ESP-Wifi linking error: undefined reference to `bzero' #2434
-
Hey, I'm trying to get the example
All this compiles but fails in the linking step with the following error:
Note: Log is from Windows but it fails with the same Error on Ubuntu (via WSL). If I checkout the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For now you need to link rom_functions.x as explained here: https://docs.esp-rs.org/esp-hal/esp-wifi/0.10.1/esp32/esp_wifi/#link-configuration That will change with the next release |
Beta Was this translation helpful? Give feedback.
For now you need to link rom_functions.x as explained here: https://docs.esp-rs.org/esp-hal/esp-wifi/0.10.1/esp32/esp_wifi/#link-configuration
That will change with the next release