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
This file is created by the python script located in the speech_commands folder. The file is only included if Multinet support is enabled by WILLOW_SUPPORT_MULTINET is defined (default in CMakeLists.txt). If generate_commands.py is not successful, no file is created. See generate_speech_commands() in utils.sh. If you are trying to get Multinet working, I'd be interested in how you enabled it in WAS so that this file is automatically generated.
Best to just disable WILLOW_SUPPORT_MULTINET in CMakeLists.txt. If you want Multinet support, you will have to create this file somehow.
./utils.sh build
Getting the error when i try to run the build for the hardware bin image.
Files/__idf_main.dir/audio.c.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/audio.c.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/audio.c.obj -c /willow/main/audio.c
/willow/main/audio.c:47:10: fatal error: generated_cmd_multinet.h: No such file or directory
47 | #include "generated_cmd_multinet.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered: