project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.45k stars 1.99k forks source link

[BUG] bootstrap.sh no such file or directory error #34441

Closed 2jungg closed 6 days ago

2jungg commented 3 months ago

Reproduction steps

Platform WSL + VS Code

Problems source scripts/bootstrap.sh and source scripts/activate.sh doesn't work. There are errors like: [Error Message] bash: setup/bootstrap.sh: No such file or directory

However, the file exists. So I try "source scripts/setup/bootstrap.sh" directly. After that, when I try to build sample lighting-app, I can't build because loading gni files fail. But the files also exists.... [Error Message] 2024-07-23 05:36:42 INFO ERROR at //.gn:15:1: Unable to load "/workspaces/connectedhomeip/examples/lighting-app/linux/build_overrides/build.gni".

I already checked #33484 , but my construction is ok. Please help me 😢😢

Bug prevalence

Everytime

GitHub hash of the SDK that was being used

master

Platform

vscode, windows

Platform Version(s)

No response

Anything else?

No response

andy31415 commented 6 days ago

Windows is not an officially supported platform at this time.