This is the mail archive of the libc-help@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: cross-compiling glibc 2.11.2 for arm failed


On Wed, Feb 23, 2011 at 9:19 PM, Toan Pham <tpham3783@gmail.com> wrote:
>> So what's the actual problem with stub-syscalls.c? Have you looked at
>> it to see what might be causing the error?
>
> yeah, i looked at it and the syntax on line 18 was something like this:
>
> weak_alias (_no_syscall, query_module@GLIBC_2.0);
>
>
> it was something like that, i am not sure, will double check tomorrow
> if you need more details.

What you want to do is re-run the command that causes the error and
insert "-save-temps", which will produce a *.i file, you can then look
at the *.i file to see what that macro expanded into and if it's
valid.

Cheers,
Carlos.


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