art103 / ar-t6

Re-write of er9x for the FS-T6 2.4GHz TX
GNU General Public License v2.0
19 stars 11 forks source link

Add a makefile for compiling the code in bare linux environment #13

Closed digitalentity closed 9 years ago

digitalentity commented 9 years ago

Most developers have a *nix environment with GNU MAKE building tool. Migrating to a bare MAKEFILE build would attract more developers to this project (me included). I myself have a FlySky TF-T6 and am willing to use and improve this firmware, but I don't use neither Eclipe nor CodeSourcery ARM toolchain. Just a simple MAKE + GNU GCC.

michkrom commented 9 years ago

You got it! Builds now from linux cli. All you need is gnu arb eabi toolchain and build essentials (make at minimum).

digitalentity commented 9 years ago

@michkrom, thanks!