Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generated_cmd_multinet.h: No such file or directory #382

Open
hursto75 opened this issue Nov 4, 2024 · 1 comment
Open

generated_cmd_multinet.h: No such file or directory #382

hursto75 opened this issue Nov 4, 2024 · 1 comment

Comments

@hursto75
Copy link

hursto75 commented Nov 4, 2024

./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.

@thess
Copy link

thess commented Dec 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants