Skip to content

brandonhs/osdev-i386-cross-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCC cross compiler utility script

WARNING: use the following commands / included scripts at your own risk. Never run commands or scripts you do not fully understand.

Running:

edit variables inside .bash file and run:

source .bash

next, install the following packages:

  • make/gcc (apt install build-essential)
  • bison
  • flex
  • libgmp3-dev
  • libmpc-dev
  • libmpfr-dev
  • texinfo

after installing each package, run the build script with:

./build.sh

If you did not run the .bash file in the beginning you will need to run:

chmod u+x *.sh && ./build.sh

About

Script to easily build a cross compiler for os development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages