Linux Tools Setup - xtopher88/STM32Basic GitHub Wiki
- Tested on Ubuntu 13.04
- GNU Arm Tool Chain
- A 64 bit compiled version of the tool chain for the STM32F4 can be found here http://www.freddiechopin.info/en/download/category/11-bleeding-edge-toolchain
- openocd
- sudo apt-get install libftdi-dev
- git clone http://git.code.sf.net/p/openocd/code
- ./configure --enable-ft2232_libftdi --enable-stlink
- make
- sudo make install