Lucas De Marchi
c423fb5f46
build: switch to c++11
10 years ago
Lucas De Marchi
58a3d70f8b
build: avr: Fix build with gcc > 4.8
...
Pass -fno-use-cxa-atexit as option to compiler so it's possible to build
with gcc newer than 4.8.
10 years ago
Andrew Tridgell
3fbd0a1db0
build: removed the need for 'make configure'
...
and make default build display help
10 years ago
Andrew Tridgell
75a517824b
build: put elf file in current directory
...
makes it more obvious where the build ends up
10 years ago
Andrew Tridgell
3909a9574b
AVR: fixed some build warnings with gcc 4.8.2
11 years ago
Andrew Tridgell
f31183f22d
build: added APM_BUILD_DIRECTORY define to build
...
this makes it possible to have different default parameter values for
different vehicle types in libraries, as long as you use the makefile
based build
11 years ago
Michael Woods
1c17bed1ef
build: Adding a check for Darwin when adding avrdude.conf's flag for uploading.
12 years ago
Andrew Tridgell
73250efc01
build: added support for the new PX4 build system
12 years ago
Randy Mackay
66a4f6a1ec
Build: MINGW can be used to build/upload apm hex
12 years ago
Stephen
c4ea89b10a
Build: Cygwin Windows build and upload fixes
...
SITL, HIL and normal builds and uploads work under Cygwin
12 years ago
Andrew Tridgell
ded192be3f
build: split up the build system to allow for better board support
...
this will make it easier to support boards like the VRBrain
12 years ago