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 used the cmd 'make px4fmu-v2_default' and 'make -j1 px4fmu-v2_default'.
The OS is windows 10, version:px4_toolchain_installer_v14_win.exe
I failed to build the PX4 by the first command at the first time,
and i tried the second command , then sucessfully built it,
maybe the second command is much more faster than the first during the compiling,
and i tried the first command again, it became successful,
And i would like to know the difference between the two commands,
Thank you in advance!
any help would be appreciated!
BR,
The text was updated successfully, but these errors were encountered:
The actual build system is cmake, but we have a Makefile wrapper to try and keep it simple. You shouldn't specify parallel flags at the top level.
My guess is on Windows the first time the build failed for an unrelated reason (race condition or bad build dependency) and the second time it succeeded. Windows is not well supported for PX4 development as most developers are using Ubuntu (natively or in Virtualbox/VMWare), or OSX.
There's some interest in improving the Windows dev experience here, #6697
Hello,
I used the cmd 'make px4fmu-v2_default' and 'make -j1 px4fmu-v2_default'.
The OS is windows 10, version:px4_toolchain_installer_v14_win.exe
I failed to build the PX4 by the first command at the first time,
and i tried the second command , then sucessfully built it,
maybe the second command is much more faster than the first during the compiling,
and i tried the first command again, it became successful,
And i would like to know the difference between the two commands,
Thank you in advance!
any help would be appreciated!
BR,
The text was updated successfully, but these errors were encountered: