-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
25 lines (19 loc) · 889 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
arm-none-eabi toolchain builder
Binutils 2.22
GCC 4.7.1
Newlib 1.20.0
GDB 7.5
OpenOCD 0.6.0-rc1 (with stlink protocol enabled)
stlink master branch from https://github.com/texane/stlink
This toolchain is confirmed to work the the STM32F1- and STM32F4-Discovery boards.
Usage: Hit make and wait
Destination is overwritable by specifying TOOLCHAIN_ROOTDIR as a paramter to make
Use V=1 for verbose mode
Use CPUS=<number> to specify the number of threads. If not specified the Makefile will try to figure it out by itself
Do not use -j for the main Makefile!
example: make TOOLCHAIN_ROOTDIR=/home/user/mytoolchain
Other make targets:
download: Fetch all sources, but don't extract or build them
clean: Removed build-tmp directory containing temporary build files
distclean: Like clean, but also removes downloaded source code
Dependencies (at least): libmpc, libgmp, libmpfr, libusb