Re: binutils gold linker

2015-08-21 Thread Frans van Berckel
On Thu, 2015-08-20 at 19:37 +0200, Frans van Berckel wrote: On Thu, 2015-08-20 at 13:10 +0100, Richard Mortimer wrote: Frans, It is not clear from what you wrote but did you rebuild the udev package using the gold linker that you built? From what I have see the problem lies in the

Re: binutils gold linker

2015-08-21 Thread Richard Mortimer
On 21/08/2015 07:20, Frans van Berckel wrote: On Thu, 2015-08-20 at 19:37 +0200, Frans van Berckel wrote: On Thu, 2015-08-20 at 13:10 +0100, Richard Mortimer wrote: Frans, It is not clear from what you wrote but did you rebuild the udev package using the gold linker that you built? From

Re: binutils gold linker

2015-08-20 Thread Richard Mortimer
On 19/08/2015 17:39, Frans van Berckel wrote: On Wed, 2015-08-19 at 17:39 +0200, Artyom Tarasenko wrote: On Wed, Aug 19, 2015 at 5:16 PM, Frans van Berckel fberc...@xs4all.nl wrote: On Wed, 2015-08-19 at 16:48 +0200, Artyom Tarasenko wrote: Now the question is whether git/master gold

Re: binutils gold linker

2015-08-20 Thread Frans van Berckel
On Thu, 2015-08-20 at 13:10 +0100, Richard Mortimer wrote: On 19/08/2015 17:39, Frans van Berckel wrote: We still having the udev issue. It and up on the initramfs prompt. I am sure gold it installed in /usr/bin, instead of local. I did a # initramfs-update -u, before booting. The

Re: binutils gold linker

2015-08-19 Thread Frans van Berckel
On Wed, 2015-08-19 at 11:47 +0200, Artyom Tarasenko wrote: Yeah, gold has a dependency on bfd. But the sequence I suggested definitely works: mkdir binutils-build cd binutils-build ../binutils-gdb/configure make -j8 mkdir gold cd gold ../../binutils-gdb/gold/configure make

Re: binutils gold linker

2015-08-19 Thread Artyom Tarasenko
On Wed, Aug 19, 2015 at 4:18 PM, Frans van Berckel fberc...@xs4all.nl wrote: On Wed, 2015-08-19 at 11:47 +0200, Artyom Tarasenko wrote: Yeah, gold has a dependency on bfd. But the sequence I suggested definitely works: mkdir binutils-build cd binutils-build ../binutils-gdb/configure make

Re: binutils gold linker

2015-08-19 Thread Frans van Berckel
On Wed, 2015-08-19 at 16:48 +0200, Artyom Tarasenko wrote: On Wed, Aug 19, 2015 at 4:18 PM, Frans van Berckel fberc...@xs4all.nl wrote: ../../binutils-gdb/gold/configure --enable-plugins make check -TESTS PASS: bootstrap-test PASS: bootstrap-test-r PASS:

Re: binutils gold linker

2015-08-19 Thread Artyom Tarasenko
On Wed, Aug 19, 2015 at 5:16 PM, Frans van Berckel fberc...@xs4all.nl wrote: On Wed, 2015-08-19 at 16:48 +0200, Artyom Tarasenko wrote: On Wed, Aug 19, 2015 at 4:18 PM, Frans van Berckel fberc...@xs4all.nl wrote: ../../binutils-gdb/gold/configure --enable-plugins make check -TESTS

Re: binutils gold linker

2015-08-19 Thread Frans van Berckel
On Wed, 2015-08-19 at 17:39 +0200, Artyom Tarasenko wrote: On Wed, Aug 19, 2015 at 5:16 PM, Frans van Berckel fberc...@xs4all.nl wrote: On Wed, 2015-08-19 at 16:48 +0200, Artyom Tarasenko wrote: Now the question is whether git/master gold linker is better than 2.25.1, or if the test

Re: binutils gold linker

2015-08-19 Thread Knut Petter Ølberg
Yeah, gold has a dependency on bfd. But the sequence I suggested definitely works: So I have to build bfd first (couldn't find it in the repos...)? -kp

Re: binutils gold linker

2015-08-19 Thread Frans van Berckel
On Wed, 2015-08-19 at 18:37 +0200, Knut Petter Ølberg wrote: Yeah, gold has a dependency on bfd. But the sequence I suggested definitely works: So I have to build bfd first (couldn't find it in the repos...)? Thats because its part of the binutils package :-) Thanks, Frans van

Re: binutils gold linker

2015-08-19 Thread Artyom Tarasenko
On Wed, Aug 19, 2015 at 6:37 PM, Knut Petter Ølberg kpolb...@gmail.com wrote: Yeah, gold has a dependency on bfd. But the sequence I suggested definitely works: So I have to build bfd first (couldn't find it in the repos...)? As you see in the sequence there are two configure make calls

Re: binutils gold linker

2015-08-19 Thread Knut Petter Ølberg
As you see in the sequence there are two configure make calls mkdir binutils-build cd binutils-build ../binutils-gdb/configure make -j8 # ^ this ones builds bfd and some other stuff mkdir gold cd gold ../../binutils-gdb/gold/configure make check-TESTS #

Re: binutils gold linker

2015-08-19 Thread Frans van Berckel
On Tue, 2015-08-18 at 20:38 +0200, Frans van Berckel wrote: On Tue, 2015-08-18 at 17:20 +0200, Artyom Tarasenko wrote: Hi Knut Petter, Can you please do the following: git clone git://sourceware.org/git/binutils-gdb.git mkdir binutils-build cd binutils-build

Re: binutils gold linker

2015-08-19 Thread Knut Petter Ølberg
# git clone git://sourceware.org/git/binutils-gdb.git # mkdir binutils-build cd binutils-build # ../binutils-gdb/configure --enable-gold --enable-plugins make -j8 # cd gold # make check-TESTS I'm currently stuck here... make[1]: Entering directory

Re: binutils gold linker

2015-08-19 Thread Artyom Tarasenko
On Wed, Aug 19, 2015 at 9:15 AM, Frans van Berckel fberc...@xs4all.nl wrote: On Tue, 2015-08-18 at 20:38 +0200, Frans van Berckel wrote: On Tue, 2015-08-18 at 17:20 +0200, Artyom Tarasenko wrote: Hi Knut Petter, Can you please do the following: git clone

Re: binutils gold linker

2015-08-18 Thread Frans van Berckel
On Tue, 2015-08-18 at 17:20 +0200, Artyom Tarasenko wrote: Hi Knut Petter, Can you please do the following: git clone git://sourceware.org/git/binutils-gdb.git mkdir binutils-build cd binutils-build ../binutils-gdb/configure make -j8 mkdir gold cd gold

binutils gold linker

2015-08-18 Thread Artyom Tarasenko
Hi Knut Petter, Sounds fair enough. In any case, I have a running installation which I can add more cores/memory to whenever it would be usable. So just let me know. Can you please do the following: git clone git://sourceware.org/git/binutils-gdb.git mkdir binutils-build cd