Browse Source

Linux: changed to use submodule version of eigen vs system version

Eigen no longer needs to be installed on the build machine as it is
downloaded as a submodule.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
sbg
Mark Charlebois 10 years ago
parent
commit
509f7f9fdb
  1. 2
      makefiles/toolchain_native.mk

2
makefiles/toolchain_native.mk

@ -122,7 +122,7 @@ endif @@ -122,7 +122,7 @@ endif
ARCHDEFINES += -DCONFIG_ARCH_BOARD_$(CONFIG_BOARD) \
-D__PX4_LINUX \
-Dnoreturn_function= \
-I/usr/include/eigen3 \
-I$(PX4_BASE)/src/lib/eigen \
-I$(PX4_BASE)/src/platforms/linux/include \
-Wno-error=shadow

Loading…
Cancel
Save