-
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
make is failing for Firmware cloned from version v1.6.5 #9237
Comments
Could you try again? The DriverFramework submodule was (incorrectly) pointed at an old branch that was deleted. I've restored that branch and marked it protected. |
Do you have a solution about this question ? |
-- CMAKE_MODULE_PATH: /home/px4/src-1.6.5/Firmware/cmake -- Adding ROMFS on px4fmu-v2 -- Configuring incomplete, errors occurred! |
@473867143 try |
@dagar i have solved,thanks a lot |
Hi,
I have been using the PX4 Firmware version v1.6.5 for quite a while now. I cloned the Firmware by using the below command
git clone --branch 'v1.6.5' https://github.com/PX4/Firmware.git
Till 3 days ago, I was able to build the firmware and execute the
make px4fmu-v3_default
command without any issue.Today , the same command started failing showing the below log.
I cloned the firmware from the release v1.6.5 again using the same git command again. THis time while running the make command I saw an error (when git was downloading the submodules).
Can anyone help ? I do not want to move the 1.7.4 right away and I want to continue in v1.6.5 for some more time.
The text was updated successfully, but these errors were encountered: