- Notifications
You must be signed in to change notification settings - Fork0
devgianlu/rpi-toolchain
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains a crosstool-ng configuration file to build a toolchain for the Raspberry Pi Zero W. Theconfiguration was modified from the oneavailablehere to be more up-to-date with currentreleases of Raspbian.
This was necessary asarm-rpi-linux-gnueabihf-gcc
will embed ARM Thumb code when linking to libc which is notsupported by the Raspberry Pi Zero W processor,seehere. This toolchainproduces 100% non-thumb ARM assembly.
This toolchain is mainly used to build Raspberry compatible buildsofgo-librespot.
About
A Rasperry Pi Zero W toolchain