Skip to content

xuhancn/python_gnu_toolchain_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_gnu_toolchain_builder

Install Build Depends

Ubuntu:

sudo apt-get install gcc build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo gcc-multilib

Sync GNU Repos

git submodule sync
git submodule update --init --recursive

Build toolchain

python toolchain_builder.py

Output

The toolchains will be installed in "install" sub-folder.

About

Python based GNU toolchain builder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages