t3zeng opened a new issue #2705:
URL: https://github.com/apache/mynewt-core/issues/2705


   ```
   Error: 
repos/apache-mynewt-core/hw/mcu/nordic/nrf5340_net/src/hal_vflash.c:30:10: 
fatal error: ipc_nrf5340/ipc_nrf5340_priv.h: No such file or directory
      30 | #include <ipc_nrf5340/ipc_nrf5340_priv.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.
   ```
   
   The issue is that `ipc_shared` is defined in `ipc_nrf5340_priv.h` but does 
not have a package dependency inside 
   apache-mynewt-core/hw/mcu/nordic/nrf5340_net/pkg.yml.
   
   The required package dependency should be:
   `- "@apache-mynewt-core/hw/drivers/ipc_nrf5340"`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to