All Projects → SergioBenitez → Homebrew Osxct

SergioBenitez / Homebrew Osxct

OS X Cross Compilers

Programming Languages

ruby
36898 projects - #4 most used programming language

OS X Cross Compiler Homebrew Formulas

This repository contains a growing list of Homebrew formulas for pre-built crosscompilers meant to run on OS X. Install this tap using the following command:

$ brew tap SergioBenitez/osxct

Then install a given $toolchain with:

$ brew install $toolchain

Available Toolchains

The following is a list of currently available toolchains:

  • x86_64-none-elf

    • Architecture: x86-64, bare metal, unhosted
    • Object Type: ELF
    • GCC: 5.2.0
    • binutils: 2.25.1
  • aarch64-none-elf

    • Architecture: ARM AArch64, bare metal, unhosted
    • Object Type: ELF
    • GCC: 7.2.0
    • binutils: 2.29.1
    • Also Known As: aarch64-rpi3-elf
  • x86_64-unknown-linux-gnu

    • Architecture: x86-64
    • OS, libc: Linux >= 3.2, GNU
    • Object Type: ELF
    • GCC: 7.2.0
    • binutils: 2.29.1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].