Skip to content
Advertisement

Errors occurs while the final step of gcc make

I build gcc for arm from scratch. In the final step of building gcc occur errors. I’m counting on your help.

JavaScript

make

JavaScript

Update

Solution: bogdan@bogdan-VirtualBox:~/xtools/build2/final-gcc-2$ $gcc_src/configure –build=$buildmach –target=$targetmach –prefix=$installdir CC=gcc –with-sysroot=$sysrootdir –enable-languages=c –with-gnu-as –with-gnu-ld –disable-multilib –with-float=soft –disable-sjlj-exceptions –disable-nls –enable-threads=posix –disable-libmudflap –disable-libssp –enable-long-longx –with-shared –with-gmp=$installdir –with-mpfr=$installdir

With that another errors appeared:

JavaScript

Advertisement

Answer

Solution: bogdan@bogdan-VirtualBox:~/xtools/build2/final-gcc-2$ $gcc_src/configure --build=$buildmach --target=$targetmach --prefix=$installdir CC=gcc --with-sysroot=$sysrootdir --enable-languages=c --with-gnu-as --with-gnu-ld --disable-multilib --with-float=soft --disable-sjlj-exceptions --disable-nls --enable-threads=posix --disable-libmudflap --disable-libssp --enable-long-longx --with-shared --with-gmp=$installdir --with-mpfr=$installdir

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement