mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Tools: Use GCC 4.9 as an Ubuntu prereq as older version is no longer available.
This commit is contained in:
parent
b1ea82079e
commit
e88e8835b1
@ -11,7 +11,7 @@ PX4_PKGS="python-serial python-argparse openocd flex bison libncurses5-dev \
|
|||||||
autoconf texinfo build-essential libftdi-dev libtool zlib1g-dev \
|
autoconf texinfo build-essential libftdi-dev libtool zlib1g-dev \
|
||||||
zip genromfs python-empy"
|
zip genromfs python-empy"
|
||||||
BEBOP_PKGS="g++-arm-linux-gnueabihf"
|
BEBOP_PKGS="g++-arm-linux-gnueabihf"
|
||||||
UBUNTU64_PKGS="libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386"
|
UBUNTU64_PKGS="libc6:i386 libgcc1:i386 gcc-4.9-base:i386 libstdc++5:i386 libstdc++6:i386"
|
||||||
ASSUME_YES=false
|
ASSUME_YES=false
|
||||||
|
|
||||||
# GNU Tools for ARM Embedded Processors
|
# GNU Tools for ARM Embedded Processors
|
||||||
|
Loading…
Reference in New Issue
Block a user