Can't build project based on CDC ACM USB sample for NRF9160DK

Hi.

I'm working on a project based on the USB CDC ACM sample from Zephyr, which builds correctly for nRF5340DK, but gives an error when trying to build for nRF9160DK due to an app.overlay file. I'm building using the nRF Connect SDK for VSCode. This is the output:

-- Found devicetree overlay: C:/Users/mario/OneDrive/Escritorio/bls-hsm/remote-signer/app.overlay
Error: c:\Users\mario\OneDrive\Escritorio\bls-hsm\remote-signer\build_1\nrf9160dk_nrf9160_ns.dts.pre.tmp:642.1-13 Label or path zephyr_udc0 not found
FATAL ERROR: Syntax error parsing input tree
CMake Error at C:\ncs\v1.8.0\zephyr\cmake\dts.cmake:225 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  C:\ncs\v1.8.0\zephyr\cmake\app\boilerplate.cmake:545 (include)
  C:\ncs\v1.8.0\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:24 (include)
  C:\ncs\v1.8.0\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:35 (include_boilerplate)
  c:\Users\mario\OneDrive\Escritorio\bls-hsm\remote-signer\build_1\CMakeLists.txt:7 (find_package)

Regards.

Parents Reply Children
Related