You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'll make another contribution for this, but for now, please edit the toolchain.py file and add the following line into the build_gcc() function:
./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 --install no --cores 4 --enable-languages={c,c++,fortran}
how can I enable c,c++,fortran at same time?
The text was updated successfully, but these errors were encountered: