libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libunwind-devel] Problems when compiling for Remote


From: David Mosberger-Tang
Subject: Re: [Libunwind-devel] Problems when compiling for Remote
Date: Mon, 6 Aug 2007 11:07:33 -0600

On 8/6/07, Jose Flavio Aguilar Paulino <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]