-
Notifications
You must be signed in to change notification settings - Fork 13.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ninja: build stopped: subcommand failed #14775
Comments
There should be more error than that. Can you paste all the output? And also try a clean build? |
-- PX4 version: v1.11.0-beta1-93-g70329ce You may need to install it using: [10/745] Generating mixer_multirotor_6dof.generated.h You may need to install it using: [10/745] Generating mixer_multirotor_normalized.generated.h You may need to install it using: [10/745] Generating uORB topic headers You may need to install it using: [10/745] Generating git version header |
The compile error output above tells you what to do, please read it. |
|
Thanks a lot . |
Describe the bug
I am trying to simulate UAV using px4 with mavros node but i am getting error while launching gazebo.
ninja: build stopped: subcommand failed.
Makefile:205: recipe for target 'px4_sitl' failed
make: *** [px4_sitl] Error 1
To Reproduce
mkdir -p ~/src
cd ~/src
git clone https://github.com/PX4/Firmware.git
cd Firmware
git submodule update --init --recursive
make px4_sitl gazebo
Expected behavior
I am getting the error after running the above code.
The text was updated successfully, but these errors were encountered: