Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/milouk/gcc-prebuilt-elf-toolchains
- Owner: milouk
- Created: 2019-08-11T10:07:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T21:57:22.000Z (over 1 year ago)
- Last Synced: 2024-09-28T10:21:34.888Z (about 2 months ago)
- Topics: 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
- Language: C
- Homepage:
- Size: 1.29 GB
- Stars: 18
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/`.