> -I./tui  -DUSE_INCLUDED_REGEX   arm-linux-nat.c
>In file included from arm-linux-nat.c:27:
>/usr/local/lib/gcc-lib/arm-linux/2.95.2/../../../../arm-linux/include/sys/ptra
>ce
>.h:75: parse error before `12'

I think you're seeing a conflict between the kernel's <asm/ptrace.h> and 
libc's <sys/ptrace.h>.  I'm not sure how this comes about, though the former 
might be getting pulled in via <sys/user.h>.  I will try it myself and see 
what happens.  What versions of glibc and the kernel do you have installed?

p.


Reply via email to