Andrew Tridgell
698312a32c
build: added more warnings and errors to SITL build
...
more closely match PX4 build
10 years ago
Andrew Tridgell
2d2cc6c574
build: fixed flymaple build
10 years ago
Andrew Tridgell
65d0ecdef7
build: fixed dependency on frame type and options
...
this ensures "make sitl-heli" rebuilds after a "make sitl"
Thanks to Michael Oborne for reporting this
10 years ago
Lucas De Marchi
c423fb5f46
build: switch to c++11
10 years ago
Andrew Tridgell
2b2259a6d7
SITL: use more granrular sleeps for windows
10 years ago
Andrew Tridgell
3fbd0a1db0
build: removed the need for 'make configure'
...
and make default build display help
10 years ago
Andrew Tridgell
5241c66b57
build: added SKETCHBOOK to defines for native build
...
used by SITL to find JSBSim aircraft
10 years ago
Andrew Tridgell
0eaf70cd85
build: added optimisation in native build
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
fdeac40135
build: added board subtypes to build
11 years ago
Andrew Tridgell
e2a3a4e45c
build: allow native build to use distcc
11 years ago
Andrew Tridgell
a224d8c3f9
build: rename board_avr_sitl.mk to board_native.mk
11 years ago
Andrew Tridgell
603e84a688
SITL: disable missing initializer warnings
...
not specifying all initializers is normal
11 years ago
Andrew Tridgell
3dc0404e2b
SITL: prevent unused parameter warnings
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
Andrew Tridgell
561618b2b2
build: added -lrt for Linux build
12 years ago
Andrew Tridgell
d73c49bebc
build: override opt flags for Linux build
12 years ago
Andrew Tridgell
71d0b294c5
build: added -lpthread and SKETCHNAME in build
12 years ago
John Boiles
bb2a6b8a22
HAL_SITL: Fixing SITL build for OSX.
12 years ago
Andrew Tridgell
73250efc01
build: added support for the new PX4 build system
12 years ago
Andrew Tridgell
7ad8670df7
SITL: show the build target
...
makes it easier to find the elf
12 years ago
Andrew Tridgell
eb3c9ab79e
build: fixed SITL build flags
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