This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: error while compiling LIBC


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]