OS Specific Toolchain , building gcc

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
vipulrpatil
Posts: 2
Joined: Wed Jan 15, 2020 3:00 am
Libera.chat IRC: Vipul

OS Specific Toolchain , building gcc

Post 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
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

Re: OS Specific Toolchain , building gcc

Post by max »

So assuming you properly edited the required files, did you also run autoconf/automake/autoreconf where needed?
vipulrpatil
Posts: 2
Joined: Wed Jan 15, 2020 3:00 am
Libera.chat IRC: Vipul

Re: OS Specific Toolchain , building gcc

Post by vipulrpatil »

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