ESP-ADF VAD and WWE Build Error
Posted: Fri Jan 06, 2023 4:56 am
Hello everyone. I want to compile a modified example of speech_recognition ( VAD or WWE) and when compiling the example I get the following error.
I have searched for information but apparently the error is not something common.
Does anyone have any suggestions. ??
the modified line is:
to:
ERROR:
I have searched for information but apparently the error is not something common.
Does anyone have any suggestions. ??
the modified line is:
- #define SPEECH_COMMANDS ("da kai dian deng,kai dian deng;guan bi dian deng,guan dian deng;guan deng;")
- #define SPEECH_COMMANDS ("TkN eF jc LiT;")
- FAILED: VoiceRecognition_0.0.1.elf
- cmd.exe /C "cd . && C:\Users\FLX_Desk_2\.espressif\tools\xtensa-esp32s3-elf\esp-2021r2-patch5-8.4.0\xtensa-esp32s3-elf\bin\xtensa-esp32s3-elf-g++.exe -mlongcalls @CMakeFiles\VoiceRecognition_0.0.1.elf.rsp -o VoiceRecognition_0.0.1.elf && cd ."
- c:/users/flx_desk_2/.espressif/tools/xtensa-esp32s3-elf/esp-2021r2-patch5-8.4.0/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld.exe: cannot find -lrecorder_engine_vad
- collect2.exe: error: ld returned 1 exit status
- ninja: build stopped: subcommand failed.