You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I execute ubuntu18 in VM and test zephyr project is successful
However, since the program cannot be transferred to windows ,so I do zephyr project in the shared fold(/mnt/hgfs/..)
But, west cannot create the build.ninja file in the build folder
neat@ubuntu:/mnt/hgfs/ble/zephyrproject/zephyr/samples/hello_world$ west build -p auto -b nrf52840dk_nrf52840
ninja: error: loading 'build.ninja': No such file or directory
FATAL ERROR: command exited with status 1: /usr/bin/cmake --build /mnt/hgfs/ble/zephyrproject/zephyr/samples/hello_world/build
I built successful under /home/zephyrproject/zephyr/samples/hello_world$
I want to make my zephyr project under share fold
How do I solve this problem
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I execute ubuntu18 in VM and test zephyr project is successful
However, since the program cannot be transferred to windows ,so I do zephyr project in the shared fold(/mnt/hgfs/..)
But, west cannot create the build.ninja file in the build folder
I built successful under /home/zephyrproject/zephyr/samples/hello_world$
I want to make my zephyr project under share fold
How do I solve this problem
Beta Was this translation helpful? Give feedback.
All reactions