Hi All ,
I am try to build “px4fmu-v4_default” on the px4 docker on the window 10.I did the following steps,
1)git clone https://github.com/PX4/Firmware.git
cd Firmware
2)git submodule update --init --recursive
docker run -it --privileged
-v <local_src>:<container_src>:rw
-v /tmp/.X11-unix:/tmp/.X11-unix:ro
-e DISPLAY=:0
–name=container_name px4io/px4-dev-simulation /bin/bash
then $cd container_src
then container_src$make px4fmu-v4_default
I got the following error ,
– Build files have been written to: /container_src/build_px4fmu-v4_default
[42/675] Configuring NuttX for px4fmu-v4 with nsh
FAILED: cd /container_src/build_px4fmu-v4_default && /bin/cp -rp /container_src/nuttx-configs/*.mk /container_src/build_px4fmu-v4_default/px4fmu-v4/NuttX/nuttx/ && /bin/cp -rp /con
tainer_src/nuttx-configs/px4fmu-v4 /container_src/build_px4fmu-v4_default/px4fmu-v4/NuttX/nuttx/configs && cd /container_src/build_px4fmu-v4_default/px4fmu-v4/NuttX/nuttx/tools &&
sh configure.sh px4fmu-v4/nsh && cmake -E touch /container_src/build_px4fmu-v4_default/px4fmu-v4/nuttx_configure.stamp
" does not existainer_src/build_px4fmu-v4_default/px4fmu-v4/NuttX/nuttx/tools/…/…/apps
ninja: build stopped: subcommand failed.
Makefile:161: recipe for target ‘px4fmu-v4_default’ failed
make: *** [px4fmu-v4_default] Error 1
Please advice me, I already spend the whole day.
With regards,
Kyaw Khaing