Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.08 KB

arm-none-eabi gcc toolchain

A small script to download and build binutils and GCC toolchain for my Raspberry Pi (model B, rev. 2).

Other toolchains

Just a short list of other tool chains:

GCC flags

The eLinux wiki suggests the following GCC flags:

-Ofast -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s

See eLinux wiki

Start coding bare metal