Skip to content

mental32/i686-elf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

i686-elf

lightweight cross compiler toolkit

This project attempts to provide multiple ways to build and setup a cross compiler toolchain.

Requirements

Most if not all of the requirements, both required and optional, should already be on installed.

Required

  • wget
  • make
  • tar

Usage (after cloning)

  • make (its recommended you supply the -j flag for parallel building.)

Persisting in PATH

  • export PATH="$PATH:~/.local/i686-elf/bin"

Related projects

Releases

No releases published

Packages

No packages published