OSDev.org
https://forum.osdev.org/

OS Specific Toolchain , building gcc
https://forum.osdev.org/viewtopic.php?f=1&t=36445
Page 1 of 1

Author:  vipulrpatil [ Wed Jan 15, 2020 3:39 am ]
Post subject:  OS Specific Toolchain , building gcc

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

Author:  max [ Wed Jan 15, 2020 8:42 am ]
Post subject:  Re: OS Specific Toolchain , building gcc

So assuming you properly edited the required files, did you also run autoconf/automake/autoreconf where needed?

Author:  vipulrpatil [ Tue Feb 04, 2020 3:37 am ]
Post subject:  Re: OS Specific Toolchain , building gcc

yes i have properly did all things including the autoconf/make/ but i encountered the autoreconf part.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/