-
Notifications
You must be signed in to change notification settings - Fork 104
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
Comments
This file is created by the python script located in the Best to just disable |
You can work around it by running like this inside the build container:
That said, we no longer support multinet. We should clean this up. |
We haven't supported MultiNet in any of the Willow or WAS releases. Let's make it opt-in, rather than disabling it in CI builds. This will solve the missing generated_cmd_multinet.h file for people trying to build manually. It is still possible to enable MultiNet when building manually by setting the MULTINET environment variable, we will not provide support for any issues related to it. Issues will be closed without resolution. Closes: #382
We haven't supported MultiNet in any of the Willow or WAS releases. Let's make it opt-in, rather than disabling it in CI builds. This will solve the missing generated_cmd_multinet.h file for people trying to build manually. It is still possible to enable MultiNet when building manually by setting the MULTINET environment variable, but we will not provide support for any issues related to it. Issues will be closed without resolution. Closes: #382
We haven't supported MultiNet in any of the Willow or WAS releases. Let's make it opt-in, rather than disabling it in CI builds. This will solve the missing generated_cmd_multinet.h file for people trying to build manually. It is still possible to enable MultiNet when building manually by setting the MULTINET environment variable, but we will not provide support for any issues related to it. Issues will be closed without resolution. Closes: #382
We haven't supported MultiNet in any of the Willow or WAS releases. Let's make it opt-in, rather than disabling it in CI builds. This will solve the missing generated_cmd_multinet.h file for people trying to build manually. It is still possible to enable MultiNet when building manually by setting the MULTINET environment variable, but we will not provide support for any issues related to it. Issues will be closed without resolution. Closes: #382
./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: