Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milouk/gcc-prebuilt-elf-toolchains

This repo contains Weekly GCC 11 builds for x86_64 hosts, targeted for bare-metal (ELF / kernel-only) AArch64 systems.
https://github.com/milouk/gcc-prebuilt-elf-toolchains

aarch64 aarch64-linux-gnu android android-toolchain compiler elf gcc gcc-arm-toolchain gcc-complier gcc10 gcc11 kernel raspberry-pi raspberry-pi-3 raspberry-pi-4 raspberrypi rpi4 sphinx toolchain

Last synced: about 1 month ago
JSON representation

This repo contains Weekly GCC 11 builds for x86_64 hosts, targeted for bare-metal (ELF / kernel-only) AArch64 systems.

Awesome Lists containing this project

README

        

# Weekly GCC 13 builds are triggered every Sunday at 23:30.

## Prerequisites

`sudo apt-get install --yes git gcc g++ gperf bison flex texinfo help2man make libncurses5-dev autoconf automake libtool libtool-bin gawk wget bzip2 xz-utils unzip patch python3 libstdc++6 subversion`

## How to Build

* `sudo apt-get update && sudo apt-get upgrade`
* `cd Desktop`
* `git clone https://github.com/crosstool-ng/crosstool-ng`
* `cd crosstool-ng`
* `./bootstrap && ./configure`
* `make -j$(nproc --all)`
* `make install`
* `cd..`
* `mkdir build`
* `cd build`
* Copy the defconfig file into build Directory
* `ct-ng defconfig`
* `ct-ng build`

The Toolchain will be located in `/home/user/x-tools/`.