aboutsummaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorMark Charlebois <charlebm@gmail.com>2015-03-16 20:25:39 -0700
committerMark Charlebois <charlebm@gmail.com>2015-04-20 11:13:24 -0700
commit11e971eaa09d3a1aabe6fe70e28a5a64f9002931 (patch)
treedc0a5041df8a7a95a5c552c6367c61eeb0e752ca /makefiles
parent2feeecdab1116b3ef09a7a903bfefb8c5d604d81 (diff)
downloadpx4-firmware-11e971eaa09d3a1aabe6fe70e28a5a64f9002931.tar.gz
px4-firmware-11e971eaa09d3a1aabe6fe70e28a5a64f9002931.tar.bz2
px4-firmware-11e971eaa09d3a1aabe6fe70e28a5a64f9002931.zip
Linux: min gcc version is 4.8.1
PX4 will not build with gcc-4.6. If you are running Ubuntu 12.04 still (you poor old sod) follow the directions at http://ubuntuhandbook.org/index.php/2013/08/install-gcc-4-8-via-ppa-in-ubuntu-12-04-13-04/ to install gcc-4.8.1 Alternatively you can install clang 3.4.1 for Ubuntu 12.04 from http://llvm.org/releases/3.4.1/clang+llvm-3.4.1-x86_64-unknown-ubuntu12.04.tar.xz Signed-off-by: Mark Charlebois <charlebm@gmail.com>
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/toolchain_native.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefiles/toolchain_native.mk b/makefiles/toolchain_native.mk
index 0d26d95de..db51d7d7d 100644
--- a/makefiles/toolchain_native.mk
+++ b/makefiles/toolchain_native.mk
@@ -62,7 +62,7 @@ CLANGVER=
endif
endif
-USE_GCC=1
+#USE_GCC=1
ifeq ($(USE_GCC),1)
# GCC Options:
@@ -71,7 +71,7 @@ CXX = g++
CPP = gcc -E
# GCC Version
-DEV_VER_SUPPORTED = 4.6 4.8.2 4.9.1
+DEV_VER_SUPPORTED = 4.8.1 4.8.2 4.9.1
else
# Clang options