Skip to content

Instantly share code, notes, and snippets.

@baydam
Last active June 2, 2016 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baydam/5b7f4b1a2bdb959b03cf8f78b1396f44 to your computer and use it in GitHub Desktop.
Save baydam/5b7f4b1a2bdb959b03cf8f78b1396f44 to your computer and use it in GitHub Desktop.
How to build cleanflight on Debian

How to build cleanflight on Debian/Ubuntu

Clone project from repository

$ git clone https://github.com/cleanflight/cleanflight.git
$ cd cleanflight

Dependencies

Allow your pc running 32 bits software

$ sudo dpkg --add-architecture i386
$ sudo apt-get update
$ sudo apt-get install lib32z1 lib32ncurses5
$ sudo apt-get install gcc-arm-none-eabi

Building

$ make TARGET=NAZE32PRO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment