Page 1 of 1

OS Specific Toolchain , building gcc

Posted: Wed Jan 15, 2020 3:39 am
by vipulrpatil
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:12310: configure-target-libgcc] Error 1
vipul@vipulpc:~/src/build-gcc$ make all-gcc all-target-libgcc

Re: OS Specific Toolchain , building gcc

Posted: Wed Jan 15, 2020 8:42 am
by max
So assuming you properly edited the required files, did you also run autoconf/automake/autoreconf where needed?

Re: OS Specific Toolchain , building gcc

Posted: Tue Feb 04, 2020 3:37 am
by vipulrpatil
yes i have properly did all things including the autoconf/make/ but i encountered the autoreconf part.