Skip to content

G33KatWork/STM32-Toolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

STM32-Toolchain builder used by the C4 for the upcoming U23

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages