On Sun, 2013-01-06 at 14:56 -0600, Bruce Dubbs wrote:
> binutils is critical. I wouldn't want to try to use a system with these
> errors. I suggest starting over.
That, and after installing binutils next time, check for the existence
of /tools/tools thing, make sure you've not made the same mis
On Sun, Jan 6, 2013 at 3:56 PM, Bruce Dubbs wrote:
> matthew gruda wrote:
>
> >> What is the result of:
> >>
> >> $ find /tools -name ld\* -type f -exec ls -l {} \;
>
> > i got :
> > root:/# find /tools -name ld\* -type f -exec ls -l {} \;
> > -rwxr-xr-x 159442 Jan 6 01:39 /tools/lib/ld-2.16.so
matthew gruda wrote:
>> What is the result of:
>>
>> $ find /tools -name ld\* -type f -exec ls -l {} \;
> i got :
> root:/# find /tools -name ld\* -type f -exec ls -l {} \;
> -rwxr-xr-x 159442 Jan 6 01:39 /tools/lib/ld-2.16.so
> -rwxr-xr-x 915560 Jan 6 01:40 /tools/sbin/ldconfig
> -rw-r--r--
On Sun, Jan 6, 2013 at 1:57 PM, Bruce Dubbs wrote:
> matthew gruda wrote:
>
> We prefer you not top post.
>
> > $ cat `dirname $(gcc --print-libgcc-file-name)`/specs:
>
> That looks OK.
>
> > On Sun, Jan 6, 2013 at 12:57 PM, Bruce Dubbs
> wrote:
>
> >> Lets break this down:
> >>
>
> >>> LIBRAR
matthew gruda wrote:
We prefer you not top post.
> $ cat `dirname $(gcc --print-libgcc-file-name)`/specs:
That looks OK.
> On Sun, Jan 6, 2013 at 12:57 PM, Bruce Dubbs wrote:
>> Lets break this down:
>>
>>> LIBRARY_PATH=/tools/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/:
>>> /usr/lib/../lib64/
$ cat `dirname $(gcc --print-libgcc-file-name)`/specs:
*asm:
%{m32:--32} %{m32|mx32:;:--64} %{mx32:--x32}
%{!mno-sse2avx:%{mavx:-msse2avx}} %{msse2avx:%{!mavx:-msse2avx}}
*asm_debug:
%{!g0:%{gstabs*:--gstabs}%{!gstabs*:%{g*:--gdwarf2}}}
%{fdebug-prefix-map=*:--debug-prefix-map %*}
*asm_final:
On Sun, Jan 06, 2013 at 11:57:41AM -0600, Bruce Dubbs wrote:
> First add a subject
>
> matthew gruda wrote:
> > now i got up to 6.10 and i tried:
> > echo 'main(){}' > dummy.c
> > cc dummy.c -v -Wl, --verbose
> >
> > and got:
>
> Lets break this down:
>
> > GNU assembler version 2.22 (x86_64-unk
First add a subject
matthew gruda wrote:
> now i got up to 6.10 and i tried:
> echo 'main(){}' > dummy.c
> cc dummy.c -v -Wl, --verbose
>
> and got:
Lets break this down:
> GNU assembler version 2.22 (x86_64-unknown-linux-gnu) using BFD version
> (GNU Binutils) 2.22
> COMPILER_PATH=/tools/libex