You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplicity SDK Suite v2024.12.0
Silicon Labs Matter 2.5.0-1.4
HW: EFR32xG24 Explorer Kit (BRD2703A Rev A02)
Steps to reproduce:
Create project based on "Matter - SoC Multi Sensor over Thread with external Bootloader" solution example.
Builds with no errors.
Open the MatterSensorOverThread.slcp file and install the "Services-IO Stream-Driver-IO Stream: USART" software component (with intance name "mikroe").
Build results in errors:
Building target: MatterSensorOverThread.axf
Invoking: GNU ARM C++ Linker
arm-none-eabi-g++ '@MatterSensorOverThread.axf.rsp' -o MatterSensorOverThread.axf
c:/siliconlabs/simplicitystudio/v5/developer/toolchains/gnu_arm/12.2.rel1_2023.7/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld.exe: ./simplicity_sdk_2024.12.0/protocol/openthread/platform-abstraction/efr32/sleep.o: in function isPlatformEventPending': C:/Users/olavt/SimplicityStudio/SDKs/simplicity_sdk/protocol/openthread/platform-abstraction/efr32/sleep.c:148: undefined reference to efr32UartIsDataReady'
collect2.exe: error: ld returned 1 exit status
make[1]: *** [makefile:216: MatterSensorOverThread.axf] Error 1
make: *** [makefile:207: all] Error 2
"make -j28 all" terminated with exit code 2. Build might be incomplete.
Simplicity SDK Suite v2024.12.0
Silicon Labs Matter 2.5.0-1.4
HW: EFR32xG24 Explorer Kit (BRD2703A Rev A02)
Steps to reproduce:
Builds with no errors.
Build results in errors:
Building target: MatterSensorOverThread.axf
Invoking: GNU ARM C++ Linker
arm-none-eabi-g++ '@MatterSensorOverThread.axf.rsp' -o MatterSensorOverThread.axf
c:/siliconlabs/simplicitystudio/v5/developer/toolchains/gnu_arm/12.2.rel1_2023.7/bin/../lib/gcc/arm-none-eabi/12.2.1/../../../../arm-none-eabi/bin/ld.exe: ./simplicity_sdk_2024.12.0/protocol/openthread/platform-abstraction/efr32/sleep.o: in function
isPlatformEventPending': C:/Users/olavt/SimplicityStudio/SDKs/simplicity_sdk/protocol/openthread/platform-abstraction/efr32/sleep.c:148: undefined reference to
efr32UartIsDataReady'collect2.exe: error: ld returned 1 exit status
make[1]: *** [makefile:216: MatterSensorOverThread.axf] Error 1
make: *** [makefile:207: all] Error 2
"make -j28 all" terminated with exit code 2. Build might be incomplete.
13:48:14 Build Failed. 4 errors, 2 warnings. (took 2m:21s.329ms)
The text was updated successfully, but these errors were encountered: