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
OS Specific Toolchain , building gcc
-
- Posts: 2
- Joined: Wed Jan 15, 2020 3:00 am
- Libera.chat IRC: Vipul
- max
- Member
- Posts: 616
- Joined: Mon Mar 05, 2012 11:23 am
- Libera.chat IRC: maxdev
- Location: Germany
- Contact:
Re: OS Specific Toolchain , building gcc
So assuming you properly edited the required files, did you also run autoconf/automake/autoreconf where needed?
-
- Posts: 2
- Joined: Wed Jan 15, 2020 3:00 am
- Libera.chat IRC: Vipul
Re: OS Specific Toolchain , building gcc
yes i have properly did all things including the autoconf/make/ but i encountered the autoreconf part.