mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Tools: Updated gcc-arm compiler to version 4_7-2014q2
As suggested in the thread at the following link: https://groups.google.com/forum/#!topic/drones-discuss/hiD23c3w6xQ
This commit is contained in:
parent
cc955b738b
commit
14c77adca9
@ -15,9 +15,9 @@ ASSUME_YES=false
|
||||
|
||||
# GNU Tools for ARM Embedded Processors
|
||||
# (see https://launchpad.net/gcc-arm-embedded/)
|
||||
ARM_ROOT="gcc-arm-none-eabi-4_8-2013q4"
|
||||
ARM_TARBALL="$ARM_ROOT-20131204-linux.tar.bz2"
|
||||
ARM_TARBALL_URL="https://launchpad.net/gcc-arm-embedded/4.8/4.8-2013-q4-major/+download/$ARM_TARBALL"
|
||||
ARM_ROOT="gcc-arm-none-eabi-4_7-2014q2"
|
||||
ARM_TARBALL="$ARM_ROOT-20140408-linux.tar.bz2"
|
||||
ARM_TARBALL_URL="http://firmware.diydrones.com/Tools/PX4-tools/$ARM_TARBALL"
|
||||
|
||||
# Ardupilot Tools
|
||||
ARDUPILOT_TOOLS="ardupilot/Tools/autotest"
|
||||
|
Loading…
Reference in New Issue
Block a user