OS Specific Toolchain , building gcc
Posted: Wed Jan 15, 2020 3:39 am
While building gcc , I followed the OS Specific Toolchain wiki, in the exact same way,
still on this command: make all-gcc all-target-libgcc: it shows the following error:
checking whether ln -s works... yes
checking for i686-kodeos-gcc... /home/vipul/src/build-gcc/./gcc/xgcc -B/home/vipul/src/build-gcc/./gcc/ -B/i686-kodeos/bin/ -B/i686-kodeos/lib/ -isystem /i686-kodeos/include -isystem /i686-kodeos/sys-include
checking for suffix of object files... configure: error: in `/home/vipul/src/build-gcc/i686-kodeos/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make: *** [Makefile configure-target-libgcc] Error 1
vipul@vipulpc:~/src/build-gcc$ make all-gcc all-target-libgcc
still on this command: make all-gcc all-target-libgcc: it shows the following error:
checking whether ln -s works... yes
checking for i686-kodeos-gcc... /home/vipul/src/build-gcc/./gcc/xgcc -B/home/vipul/src/build-gcc/./gcc/ -B/i686-kodeos/bin/ -B/i686-kodeos/lib/ -isystem /i686-kodeos/include -isystem /i686-kodeos/sys-include
checking for suffix of object files... configure: error: in `/home/vipul/src/build-gcc/i686-kodeos/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make: *** [Makefile configure-target-libgcc] Error 1
vipul@vipulpc:~/src/build-gcc$ make all-gcc all-target-libgcc