GitXplorerGitXplorer
t

arch-rpi-cross

public
52 stars
7 forks
0 issues

Commits

List of commits on branch master.
Verified
4266a30b63b5177f93235389ff66ce9b9c59c7d6

Merge pull request #2 from pfrenssen/unattended

ttavianator committed 4 years ago
Unverified
b92cc1befbf9030329eea0a01f4f8e5f564b52e5

Add an option to switch between unattended and standard build.

ppfrenssen committed 4 years ago
Unverified
95497451cf7cd7a9bf4bd7438c64790e97f95239

Perform unattended build and install.

ppfrenssen committed 4 years ago
Unverified
adfac5337d270df8ec7ee30ffddf537bad4ed67d

glibc-headers: Fix missing sys/sdt.h error

ttavianator committed 5 years ago
Unverified
494107d209e3cf0106f37c91af9fa6f862eb20a7

Bump to latest

ttavianator committed 5 years ago
Unverified
d3a6693177b5e26bb34a17e56fca0354214a0da4

linux-api-headers: Add rsync as a makedepend

ttavianator committed 5 years ago

README

The README file for this repository.

Arch Linux cross-toolchain for Raspberry Pi

This project will compile GCC for ARMv7 to provide the ABI that is required for cross-compiling source code for Raspberry Pi and similar single board computers.

Usage

$ git clone https://github.com/tavianator/arch-rpi-cross.git
$ cd arch-rpi-cross/
$ git submodule init
$ git submodule update
$ ./install.sh

The build is performed in multiple stages. After each stage is completed you will be prompted to install the resulting package. The script will then proceed automatically to the next stage.

Passing options

If desired you can add options for makepkg when invoking the script:

$ ./install.sh -Csf

Unattended build

To do an unattended build for CI or automated build systems, pass the --unattended option. Any other options will be ignored.

$ ./install.sh --unattended