0

I am trying to build my Zephyr application for NRF52 but have an error It seems that the compiler has a problem with the include: #include "cbor.h" I updated my CMakeLists.txt with the relevant library location I appreciate any ideas regarding this issue - thanks

Attached CMakeLists.txt and the output of the west build for your review

Build command:

west build -b nrf52_pca10040

CMakeLists.txt

Output

  • Did you initialize the zephyr environment ? And cloned everything using west? West is meant to clone all dependent components which is needed for Zephyr to work – Parthiban Oct 15 '19 at 10:14
  • Thanks this matter was solved, I was using old Zephyr project with new Zephyr SDK – Erez Shaul Oct 17 '19 at 17:23

0 Answers0