Skip to content

Quickly deploy a GCC cross compiler targeting the i686-elf architecture

License

Notifications You must be signed in to change notification settings

Arawn-Davies/quick-i686

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

quick-i686 - Quickly build and deploy an i686-elf cross compiler

I simply got tired of building a new i686-elf cross compiler for every development machine I used, from physical hardware running Cygwin under Windows to Virtual Machines running Debian

I made this build script locally before uploading it here, that's so I don't have to carry a USB stick around with me constantly with the shell script on it.
You can use --clean or -c to delete the downloaded and compiled sources (after they've been installed), and --download or -dl to download just the sources
of the specified versions of GCC, binutils, and GDB.

If you just want a bog-standard i686-elf-gcc cross compiler with binutils and GDB too, then simply run:

git clone https://github.com/Arawn-Davies/quick-i686/ && cd quick-i686  
chmod +x deploy.sh  
./deploy.sh  

For a one-line deployment, simply run the following:

wget https://raw.githubusercontent.com/Arawn-Davies/quick-i686/master/deploy.sh && chmod +x deploy.sh && ./deploy.sh

Releases

No releases published

Packages

No packages published

Languages