error while compiling LIBC
Robert Millan
rmh@aybabtu.com
Thu Feb 2 08:53:00 GMT 2006
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
More information about the Libc-alpha
mailing list