Unable to link when I add any code related to wifi #12
Replies: 1 comment 6 replies
-
Hi @dattodroid, Interesting, although the wi-fi and bluetooth wrapper is unfinished. My question about this is: Because the function below would be a hacking for zig collect all obj files from esp-idf in the lib without the need to recompile using |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just added idf.wifi.setDefaultWifiStationHandlers() to lib.zip::app_main()
ESP-IDF is 5.2.1
IDF Tools esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-g++
Zig is 0.14.0-dev.xtensa.745+c2683125b
/home/sma/.espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-g++ -mlongcalls -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32S3=0
esp_wifi_internal_set_sta_ip is present in esp_wifi.a
Beta Was this translation helpful? Give feedback.
All reactions