foldedtoad / dwm3000

Port of Qorvo/Decawave's DWM3000 Module on the DWS3000 Arduino Shield
GNU General Public License v3.0
83 stars 16 forks source link

Error when compiling examples #14

Closed guillaumeminio closed 1 year ago

guillaumeminio commented 1 year ago

Hello, I'm trying to compile the examples for an nRF52840 and a DWM3000, but i come across issues with the command make -j4 upon executing build_all.sh The error :

/home/user/zephyrproject/zephyr/dwm3000/main.c:20:10: fatal error: zephyr.h: No such file or directory
   20 | #include <zephyr.h>
      |          ^~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/app.dir/build.make:76: CMakeFiles/app.dir/home/user/zephyrproject/zephyr/dwm3000/main.c.obj] Error 1
make[1]: *** [CMakeFiles/Makefile2:2590: CMakeFiles/app.dir/all] Error 2

Can you help me ?

Regards,