openthread / ot-nrf528xx

OpenThread on Nordic nRF528xx examples.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
65 stars 59 forks source link

The first compilation after git pull code fails #778

Closed Quay11 closed 7 months ago

Quay11 commented 7 months ago

The log prompt is as follows:

.obj -c /home/ot-nrf528xx/src/src/transport/transport.c
/home/ot-nrf528xx/src/src/transport/transport.c:41:10: fatal error: utils/uart_rtt.h: No such file or directory
   41 | #include "utils/uart_rtt.h"
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
[644/771] Building C object src/CMakeFiles/openthread-nrf52840.dir/src/radio.c.obj
ninja: build stopped: subcommand failed.