Skip to content

glguida/gcc_toolchain_build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCC Toolchain Cross Compilation Helper

This repository allows to build binutils+gcc for a any architecture.

At the moment no libc is compiled, so only unknown (i.e., no OS) are supported.

Usage

  1. Run make populate to download the required sources.
  2. Run make <triplet>-gcc to compile a gcc for the required platform..

Compiled binaries will be installed in INSTALLDIR, which defaults to <source-dir>/install/

Examples

   $ make populate
   $ make riscv64-unknown-elf-gcc
   $ make i686-unknown-elf-gcc

About

Simple makefile to compile binutils+gcc on any supported triplet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published