Hello All,
While building glibc , one of the pre-requisits is to configure
and build binutils. While running make after doing ./configure we are
getting the following errors :
Aborted
make[3]: *** [libbfd.la] Error 134
make[3]: Leaving directory
`/home/student/Desk
Apurva Shirish Patil writes:
> While building glibc , one of the pre-requisits is to configure
> and build binutils. While running make after doing ./configure we are
> getting the following errors :
>
> Aborted
> make[3]: *** [libbfd.la] Error 134
> make[3]: Leav
http://sourceware.org/bugzilla/show_bug.cgi?id=15021
Bug #: 15021
Summary: Gold generated index difference from gdb: symbols from
TUs reference the containing CU
Product: binutils
Version: unspecified
Status: NEW
http://sourceware.org/bugzilla/show_bug.cgi?id=15021
dje at google dot com changed:
What|Removed |Added
CC||saugustine at google dot
http://sourceware.org/bugzilla/show_bug.cgi?id=15021
Cary Coutant changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
.intel_syntax noprefix
.text
mov eax, 1
movabs 4276092928, eax
Error: operand type mismatch for `movabs'
But NO ERROR with att syntax.
For more information please read this thread:
https://groups.google.com/forum/#!topic/alt.os.development/BwS8Hmdfp0w
That means its all-right , we can proceed normally ?
I will do the subsequent procedure and check out.
On Wed, Jan 16, 2013 at 6:49 PM, Ian Lance Taylor wrote:
> Apurva Shirish Patil writes:
>
> > While building glibc , one of the pre-requisits is to configure
> > and build binutils.