Andrew Tridgell
16bc7d8b2e
Tools: fixed datestamp on compiler download
9 years ago
Andrew Tridgell
279a320f44
Tools: switch autobuild to 4.9 compiler
9 years ago
Staroselskii Georgii
9517bb3049
Travis: added navio target
10 years ago
Lucas De Marchi
5d69e2027c
Travis: install gcc-multilib to get dependency libraries
...
We are failing to execute arm-none-eabi-gcc due to missing 32 bits
libraries in travis. Install gcc-multilib so we get all of them.
This commit also calls this version of gcc in the end of
install-travis-env.sh so if it's to fail, force it to fail early on.
10 years ago
Andrew Tridgell
991d111d91
Travis: another attempt at fixing compiler path
10 years ago
Andrew Tridgell
7048836d1e
Travis: make arm compiler install unconditional
10 years ago
Andrew Tridgell
1315ed7ddf
Travis: allow upgrade to gcc 4.8 to fail
10 years ago
Andrew Tridgell
0b261e8695
Travis: used sudo with pip
10 years ago
Andrew Tridgell
de2c22b4b9
Travis: try to upgrade to g++ 4.8
10 years ago
Andrew Tridgell
2e6d79f449
Travis: disable droneapi and upgrade pip
10 years ago
Andrew Tridgell
67e10ff392
Travis: ignore failure of extra deb install
10 years ago
Andrew Tridgell
c42a40553a
Travis: install some extra packages for AVR
10 years ago
Andrew Tridgell
0b3118b3c4
Travis: more packages for new PX4 build
10 years ago
Andrew Tridgell
f69622f041
Travis: cope with setuptools upgrade failing
10 years ago
Andrew Tridgell
a118ac69c6
Travis: use separate pip commands to find travis issue
10 years ago
Andrew Tridgell
97d6543520
Travis: added install-travis-env.sh
...
this will be used for travis test builds, to avoid some issues with
pip install using the generic script
10 years ago
Andrew Tridgell
494789054e
travis: enable wide range of builds in Travis-CI
10 years ago
Arthur Benemann
14c77adca9
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
10 years ago
Markus Koetter
e06b3f3ff6
Travis-CI: add vrubrain-v51 target (Copter)
11 years ago
Arthur Benemann
ff11b13f9c
tools: In install-prereqs-ubuntu.sh add support for relative paths
...
Install the required projects (PX4*) in the same folder from where the script is called.
Install the arm toolchain at /opt
11 years ago
Arthur Benemann
b76b090acd
tools: Make install-prereqs-ubuntu.sh work with newer versions of Ubuntu
...
* Install libraries for 64bit Ubuntu systems.
* Less noise apt-get output
* Install packages required for SITL simulation
* Install pymavlink, MAVProxy and droneapi
* Remove modemmanager package
* Add autotest/ to the path
11 years ago
Matthew Lloyd
15b99300a2
build: fix paths in install-prereqs-ubuntu.sh
...
Also upgrade to the latest 2013q4 "GNU Tools for ARM
Embedded Processors" toolchain since the 2012q2 release
is no longer available for download.
11 years ago
Chris Mansley
f9d262278f
Tools: Update gcc-arm version from q2 to q4
...
This fixes the installation script since version q2 has been removed
from launchpad.
11 years ago
wiseman
4aa7badd98
Updated build instructions & script.
...
Updated the README and the install-prereqs-ubuntu.sh script to reflect
changes in the PX4 build steps and the PX$ & NuttX repository used to
build ardupilot.
11 years ago
John Wiseman
8eb097a53c
Added Vagrantfile to define a standardized Ubuntu 12.04 32-bit
...
development environment.
Added a script, install-prereqs-ubuntu.sh, that installs all packages
and software required for development on AVR and PX4 platforms.
pch: rebased pullreq 183
12 years ago