vrahane commented on pull request #2627:
URL: https://github.com/apache/mynewt-core/pull/2627#issuecomment-867355151


   @kasjer It's failing because of the following:
   ```
   +newt target create -s test-blinky-nordic_pca10095
   +newt target set -s test-blinky-nordic_pca10095 
bsp=@apache-mynewt-core/hw/bsp/nordic_pca10095
   +newt target set -s test-blinky-nordic_pca10095 app=apps/blinky
   +newt build -q test-blinky-nordic_pca10095
   Error: hw/drivers/flash/ipc_nrf5340_flash/src/ipc_nrf5340_flash.c:26:10: 
fatal error: ipc_nrf5340/ipc_nrf5340.h: No such file or directory
    #include <ipc_nrf5340/ipc_nrf5340.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.
   +rc=1
   +[[ 1 -ne 0 ]]
   +EXIT_CODE=1
   +newt target delete -s -f test-blinky-nordic_pca10095
   +for bsp in ${TARGETS}
   +[[  ci40 embarc_emsk hifive1 native-armv7 native-mips 
pic32mx470_6lp_clicker pic32mz2048_wi-fire sensorhub native dialog_cmac  =~ 
[[:blank:]]nordic_pca10095_net[[:blank:]] ]]
   +echo 'Testing bsp=nordic_pca10095_net'
   Testing bsp=nordic_pca10095_net
   +target=test-blinky-nordic_pca10095_net
   +newt target delete -s -f test-blinky-nordic_pca10095_net
   +newt target create -s test-blinky-nordic_pca10095_net
   +newt target set -s test-blinky-nordic_pca10095_net 
bsp=@apache-mynewt-core/hw/bsp/nordic_pca10095_net
   +newt target set -s test-blinky-nordic_pca10095_net app=apps/blinky
   +newt build -q test-blinky-nordic_pca10095_net
   Error: hw/drivers/flash/ipc_nrf5340_flash/src/ipc_nrf5340_flash.c:26:10: 
fatal error: ipc_nrf5340/ipc_nrf5340.h: No such file or directory
    #include <ipc_nrf5340/ipc_nrf5340.h>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.
   ```


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to