You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[100%] Built target __idf_main
[100%] Generating ld/sections.ld
[100%] Built target __ldgen_output_sections.ld
[100%] Building C object CMakeFiles/gva.elf.dir/Users/yusuf/esp/esp-va-sdk/components/gva-proto/proto-c/annotations.pb-c.c.obj
[100%] Building C object CMakeFiles/gva.elf.dir/Users/yusuf/esp/esp-va-sdk/components/gva-proto/proto-c/http.pb-c.c.obj
[100%] Building C object CMakeFiles/gva.elf.dir/project_elf_src_esp32.c.obj
[100%] Building C object CMakeFiles/gva.elf.dir/Users/yusuf/esp/esp-va-sdk/components/gva-proto/proto-c/descriptor.pb-c.c.obj
[100%] Building C object CMakeFiles/gva.elf.dir/Users/yusuf/esp/esp-va-sdk/components/gva-proto/proto-c/embedded_assistant.pb-c.c.obj
[100%] Building C object CMakeFiles/gva.elf.dir/Users/yusuf/esp/esp-va-sdk/components/gva-proto/proto-c/latlng.pb-c.c.obj
[100%] Linking CXX executable gva.elf
/Users/yusuf/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: /Users/yusuf/esp/esp-va-sdk/components/voice_assistant/lib/libgva.a(dialog.c.obj):(.literal.dialog_sm_thread+0x30): undefined reference to xTaskNotify
/Users/yusuf/.espressif/tools/xtensa-esp32-elf/esp-2021r1-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: /Users/yusuf/esp/esp-va-sdk/components/voice_assistant/lib/libgva.a(dialog.c.obj):(.text.dialog_sm_thread+0xae): undefined reference to xTaskNotify
collect2: error: ld returned 1 exit status
make[3]: *** [gva.elf] Error 1
make[2]: *** [CMakeFiles/gva.elf.dir/all] Error 2
make[1]: *** [CMakeFiles/flash.dir/rule] Error 2
make: *** [flash] Error 2
make failed with exit code 2
Logged this on esp-idf and was asked to move it here (espressif/esp-idf#7711)
Environment
git describe --tags
to find it): v4.4-dev-3401-gb86fe0c66cxtensa-esp32-elf-gcc --version
to find it): xtensa-esp32-elf-gcc (crosstool-NG esp-2021r1) 8.4.0Problem Description
Build fails for https://github.com/espressif/esp-va-sdk/tree/master/examples/google_voice_assistant with an error:
Expected Behavior
Build succeeded
Actual Behavior
make failed with exit code 2`
Steps to reproduce
Debug Logs
Other items if possible
build
folder (note this may contain all the code details and symbols of your project.)The text was updated successfully, but these errors were encountered: