-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[BUG] Fail to build EFR32 lighting-app example #23930
Comments
Try to refer to steps in https://sunmaysky.blogspot.com/2022/08/how-to-setup-and-build-matterchip-efr32.html |
The tutorial indicated does not work because the path of the files has changed.
|
Try to use Silicon Labs Matter GitHub v1.0.0. |
Tot works for me: ./scripts/build/build_examples.py --target efr32-brd4161a-light build In terms of commands if you want to run manually: #> ./scripts/build/build_examples.py --target efr32-brd4161a-light --dry-run --log-level warn build
# Commands will be run in CHIP project root.
cd "."
# Generating efr32-brd4161a-light
gn gen --check --fail-on-unused-args --export-compile-commands --root=/workspace/examples/lighting-app/silabs/efr32 '--args=silabs_board="BRD4161A" sl_matter_version_str="v1.0-master-d1c9050543"' /workspace/out/efr32-brd4161a-light
# Building efr32-brd4161a-light
ninja -C /workspace/out/efr32-brd4161a-light |
andy31415. build_examples.pyBuild script is looking for a wrong path:
Instead of Full log
run manually
|
is this a clean environment? Try:
If that still fails, do |
For me:
|
Thanks. I will run these commands then bootstrap and check if that fixes my problem. |
Thanks. This solved my problem. I managed to build efr32-brd4161a-light:
|
Reproduction steps
Bug prevalence
Always
GitHub hash of the SDK that was being used
b149561
Platform
efr32
Platform Version(s)
Python 3.10.6
Anything else?
Full log:
The text was updated successfully, but these errors were encountered: