This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: error while compiling LIBC
- From: Robert Millan <rmh at aybabtu dot com>
- To: "Vishwanath T. K." <vishytk at gmail dot com>
- Cc: libc-alpha at sources dot redhat dot com
- Date: Thu, 2 Feb 2006 09:54:22 +0100
- Subject: Re: error while compiling LIBC
- Organisation: free as in freedom
- References: <55f590602012203m5f278a6ei33b3b367c15545b0@mail.gmail.com>
On Thu, Feb 02, 2006 at 11:33:31AM +0530, Vishwanath T. K. wrote:
> Hi all,
>
> I get following error while compiling glibc
>
> initfini.c: Assembler messages:
> initfini.c:46: Error: no such instruction: `align'
> initfini.c:47: Error: invalid character '_' in mnemonic
> initfini.c:69: Error: no such instruction: `align'
> initfini.c:70: Error: invalid character '_' in mnemonic
Check the actual asm it's using:
gcc ${all_the_other_flags} -S nitfini.c -o -
and the C source in lines 46-47 and 69-70
--
Robert Millan