On 8/6/07, Jose Flavio Aguilar Paulino <[EMAIL PROTECTED]> wrote:

> I'm having problems when trying to compile libunwind to remote debugging
> in x86_64. The main issue is that the file gen-offsets.c try to access
> REG_RAX, REG_RBX, etc; and try to access members of mcontext that do not
> exist in Power.
>
> Does anyone has ideia of the problem? Does this file should not be
> compiled for remote debugging?

Yeah, looks like there is a problem there.  _ucontext_i.h needs to be
built, but it can only be built if the system has an x86-64 version of
<ucontext.h>.

Arun, maybe x86_64 should use offsets.h like on x86 and ia64?

  --david


_______________________________________________
Libunwind-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to