Reading Thingy:53 sensor data

Hello everyone !

I am following the tutorial "Reading Thingy:53 sensor data using Bluetooth LE".
It doesn't matter if I don't do it myself or if I take the source program from github the project doesn't build.
I have the following error:
FATAL ERROR: command exited with status 1: 'c:\ncs\toolchains\v2.3.0\opt\bincmake.EXE' --build 'c:\Users\fduvi\Desktop\stage\Nordic_LTEthingy53_sensor_hub-masterthingy53_sensor_hub-master'

Can someone help me ? 

Kind regards,

Pierre

Here we can see the error with the source program

Parents Reply
  • If I try to put my build target on a shroter path like "C/test" i don't have the .o.d anymore but this one

    C:\ncs\v2.3.0\nrf\modules\tfm\tfm\boards\common\assert.c:17:2: error: #error "TF-M non-secure address start is not aligned on SPU region size"
       17 | #error "TF-M non-secure address start is not aligned on SPU region size"
          |  ^~~~~
    ninja: build stopped: subcommand failed.

Children
Related