gcc-cross-compiler icon indicating copy to clipboard operation
gcc-cross-compiler copied to clipboard

A script to cross-compile GCC toolchain for various target architectures.

Results 2 gcc-cross-compiler issues
Sort by recently updated
recently updated
newest added

./toolchain.py --arch aarch64 --install no --cores 4 --enable-languages={c,c++,fortran} usage: toolchain.py [-h] -a {aarch64,amd64,arm32,armhf,ia32,ia64,mips32,mips32eb,mips64,ppc32,ppc64,sparc32,sparc64,lm32} -i {yes,no} [-c CORES] [--enable-cxx] toolchain.py: error: unrecognized arguments: --enable-languages=c --enable-languages=c++ --enable-languages=fortran edison@vpc:~/Downloads/gcc-cross-compiler$ python ./toolchain.py --arch aarch64...

Hi, greate script and thanks a lot for sharing. Does this also work against a sysroot ? and where would I need to adjust the params for it ?