public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Bug in GDB & Insight source file (ARM build)
@ 2001-05-23  8:26 harri.siirtola
  2001-05-23  9:42 ` Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: harri.siirtola @ 2001-05-23  8:26 UTC (permalink / raw)
  To: ecos-discuss

I tried to build both gdb+dejagnu and insight+dejagnu snapshots and both of
them have the same error.

File: /src/gdb/insight+dejagnu-20010523/gdb/remote-rdi.c

Error: conflicting types for 'arm_rdi_wait'

In the function prototype list this function is 'static int' though the
code portion declares it as 'static ptid_t'. Changing the prototype
declaration to 'ptid_t' is the solution, right?
	Harri

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] Bug in GDB & Insight source file (ARM build)
  2001-05-23  8:26 [ECOS] Bug in GDB & Insight source file (ARM build) harri.siirtola
@ 2001-05-23  9:42 ` Jonathan Larmour
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2001-05-23  9:42 UTC (permalink / raw)
  To: harri.siirtola; +Cc: ecos-discuss

harri.siirtola@vtt.fi wrote:
> 
> I tried to build both gdb+dejagnu and insight+dejagnu snapshots and both of
> them have the same error.
> 
> File: /src/gdb/insight+dejagnu-20010523/gdb/remote-rdi.c
> 
> Error: conflicting types for 'arm_rdi_wait'
> 
> In the function prototype list this function is 'static int' though the
> code portion declares it as 'static ptid_t'. Changing the prototype
> declaration to 'ptid_t' is the solution, right?

Almost certainly. This should be reported to gdb@sources.redhat.com though
so that someone can fix it officially.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-23  9:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-23  8:26 [ECOS] Bug in GDB & Insight source file (ARM build) harri.siirtola
2001-05-23  9:42 ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).