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

_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to