-
Notifications
You must be signed in to change notification settings - Fork 168
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
Failure while running ninja at SDK installation (CON-1270) #1021
Comments
@Mr-Alirezaa can you please share the python version details on you system. Also, before running |
@Mr-Alirezaa Can you please try this patch, I see some problem with
|
Hi @shubhamdp, thank you for your response.
I also have tested by uninstalling 3.12 and installing 3.11. both were installed via homebrew.
I have tested installation in both ways, once by using Swift's document and once using the official espressif document. I have tested both with and without sourcing the
In my first few tries, I did't delete the I have also tested passing --no-host-tool to the install script. $ ./install.sh --no-host-tool |
@Mr-Alirezaa have you tried with the patch? |
This WORKED! Thanks a lot! 🙏
Yes, now I tried and it passed the step. And here is the result:
|
@Mr-Alirezaa Thanks for the confirmation, I'll raise the fix in connectedhomeip repo and then update the submodule for v1.2 |
@shubhamdp Never mind. So I'll let you close the issue if you want to close it now, or after the fix is done. |
But, I still wonder, why our CI's don't see the problem. |
I have raised the PR project-chip/connectedhomeip#34477 |
@Mr-Alirezaa Fix is merged in release/v1.2 and this issue can be closed |
Describe the bug
I have cloned esp-matter sdk with the following command and I'm sure that nothing went wrong during the cloning process:
After that I tried to install the sdk with
./install.sh
and it failed with the following log. I can also confirm that I have the prerequisites installed as per this documentesp-matter-installation.log
last few lines of the above log:
Environment
Any additional details
I started by using this https://apple.github.io/swift-matter-examples/tutorials/swiftmatterexamples/setup-macos to setup idf tools and matter sdk on my mac machine to start programming my ESP32C6 with Swift. I have also tried the installation process as the official document said: https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#esp-matter-setup
There are also similar issues I have found in the current repo.
The text was updated successfully, but these errors were encountered: