Forum | Documentation | Website | Blog

Skip to content

added EXT_CFLAGS to CFLAGS in order to enable native build for px4

Jason Kridner requested to merge github/fork/UAV-Pilot/px4porting into master

Created by: UAV-Pilot

To build librobotcontrol for PX4 natively on BeagleBone board, an additional gcc flag is needed. This change is to make it possible to add the flag to the make command, e.g.,

make EXT_CFLAGS=-DRC_AUTOPILOT_EXT or (to verify if the flag is applied) make EXT_CFLAGS=-DRC_AUTOPILOT_EXT SHELL='sh -x'

Merge request reports