-
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
Incremental build issues for IO #11036
Comments
The way this works is the px4io driver initiates the px4_io-v2 build. Previously this was done by calling make directly from a cmake custom command. Recently I changed it to use cmake ExternalProject (https://cmake.org/cmake/help/latest/module/ExternalProject.html) to work around a number of cmake IDE related issues. The dependencies were never quite right in the previous setup. I'll look for a way we can use the real underlying dependencies with ExternalProject so that final px4 binary isn't rebuilt constantly. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The issue is still there: every time I want to test a modification I did in px4iofirmware, I have to do a |
make/ninja clean
inbuild/px4_fmu-v5_default
does not clean the IO build. However a subsequent build rebuilds the IO.The text was updated successfully, but these errors were encountered: