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
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
but it seems not working with ardupilot-solo/ArduCopter and I got this error after I ran 'make px4-v2':
../mk/environ.mk:120: *** ERROR: could not locate /c/Users/sxt/Desktop/ardupilot-ArduCopter-3.2/ardupilot-ArduCopter-3.2/config.mk, please run 'make configure' first and edit config.mk. _Stop.
Then I ran 'make configure' & 'make px4-v2' and I got a new error:
../mk/px4_targets.mk:30: *** ERROR: NUTTX_SRC not set correctly - no configs directory found. Stop.
Does anyone know about that? Any input will be appreciated.
Hi there,
I followed the instructions here to build ardupilot/ArduCopter successfully on ubuntu,
http://ardupilot.org/dev/docs/building-px4-for-linux-with-make.html#building-px4-for-linux-with-make
but it seems not working with ardupilot-solo/ArduCopter and I got this error after I ran 'make px4-v2':
../mk/environ.mk:120: *** ERROR: could not locate /c/Users/sxt/Desktop/ardupilot-ArduCopter-3.2/ardupilot-ArduCopter-3.2/config.mk, please run 'make configure' first and edit config.mk. _Stop.
Then I ran 'make configure' & 'make px4-v2' and I got a new error:
../mk/px4_targets.mk:30: *** ERROR: NUTTX_SRC not set correctly - no configs directory found. Stop.
Does anyone know about that? Any input will be appreciated.