Skip to content

A makefile for producing a cross-platfrom OS dev environment.

Notifications You must be signed in to change notification settings

caltry/cross-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

cross-tools makes setting up a new cross compiler for barebones OS development
easier. A safe set of configuration options has been chosen for each of the
program that you need for building for your target platform.

By default, (i.e., just running 'make'), it will install:
* GNU Binutils
* GCC (C language only)
* GDB

The default target host triple is arm-none-eabi. You can change this target by
setting the TARGET variable for make:

    make [target] TARGET=mipsel

You can install the tools for multiple host targets by running 'make clean' in
between each target. The tools for each target will all be installed along side
each-other.

The default installation location is $PWD/local-prefix. You can change the
installation location by setting the PREFIX variable for make:

    make [target] PREFIX=/usr/local

About

A makefile for producing a cross-platfrom OS dev environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages