golioth / golioth-zephyr-sdk

Golioth SDK For Zephyr
https://www.golioth.io
Apache License 2.0
66 stars 19 forks source link

TF-M build failed tfm_s.axf #346

Open SerJoG opened 1 year ago

SerJoG commented 1 year ago

I'm trying to use golioth with dfu and after some warning caused by golioth I fixed it. But now on building phase I get this error that I don't know how to fix. I need support cause I'm in an hurry with my startup. output.txt

mniestroj commented 1 year ago

Those errors look like an issue with "libc" (toolchain component) and not directly related to Golioth SDK. One thing that is concerns me is the "gnuarmemb" toolchain that you use. I'm not sure that is still supported with Zephyr/NCS. Is there a reason why you don't use Zephyr SDK toolchain (https://github.com/zephyrproject-rtos/sdk-ng)?