-
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] EFR32 light-switch-app BRD2704A fatal error: sl_simple_button_instances.h: No such file or directory #26357
Comments
file is missingI noticed that third_party/silabs/matter_support/matter/efr32/efr32mg24/BRD2704A/autogen/sl_simple_button_instances.h file is missing.
BRD2704A directory is missing from SiliconLabs S_ilicon Labs Gecko SDK (GSDK)_ git repo: referenceThere is a reference to this file in AppTask.h CompareFile is here for BRD2703A:
|
Workaround try
Failure
|
Same issue for BRD4316A board
|
I'll take a look tomorrow and update you here. I should be able apply a quick fix if need be |
@lboue I also wanted to point out 2 things. I see you are going to the example repo and using the gn gen and ninja commands directly. This is ok. But also leaves you open to some bad configurations if you swap boards and do not clean your out folder as the I suggest using the build script. Here is an example
|
Thanks for the advice. I tried both methods at first. |
Reproduction steps
Hello,
I am failing to build EFR32 light-switch-app for BRD2704A. I may need some help.
I am getting this error:
fatal error: sl_simple_button_instances.h: No such file or directory
Reproduction steps
Do you have any idea where this error could be coming from?
Bug prevalence
always
GitHub hash of the SDK that was being used
3e9f43e
Platform
efr32
Platform Version(s)
No response
Anything else?
EFR32 switch.log
The text was updated successfully, but these errors were encountered: