Skip to content
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

v2024.12.0: Adding Services.IO Stream.Driver.IO Stream USART results in build error #27

Open
olavt opened this issue Jan 14, 2025 · 0 comments

Comments

@olavt
Copy link

olavt commented Jan 14, 2025

Simplicity SDK Suite v2024.12.0
Silicon Labs Matter 2.5.0-1.4

HW: EFR32xG24 Explorer Kit (BRD2703A Rev A02)

Steps to reproduce:

  1. Create project based on "Matter - SoC Multi Sensor over Thread with external Bootloader" solution example.

Builds with no errors.

  1. 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.

13:48:14 Build Failed. 4 errors, 2 warnings. (took 2m:21s.329ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant