bug-gdb
[Top][All Lists]
Advanced

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

Re: install error in procfs.c-->permission denied


From: Kevin Buettner
Subject: Re: install error in procfs.c-->permission denied
Date: Wed, 30 May 2001 17:27:38 -0700

On May 30,  4:55pm, Jon Fram wrote:

> I'm having trouble installing GDB.  After typing './configure' then 'make
> install' I get a bunch of warnings and 1 error:
>       "procfs.c", line 2603: error(1515):
>       a value of type "CORE_ADDR" cannot be
>       assigned to an entity of type "caddr_t"
>       pwatch->pr_vaddr=addr;

It looks to me like this problem is fixed in the current development
sources because the statement in question now looks like this:

  pwatch->pr_vaddr  = address_to_host_pointer (addr);

You might want to fetch the current development sources to see if
they work better for you.  See:

    http://sources.redhat.com/gdb/#download

Kevin



reply via email to

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