From mboxrd@z Thu Jan 1 00:00:00 1970 From: harri.siirtola@vtt.fi To: ecos-discuss@sources.redhat.com Subject: [ECOS] Bug in GDB & Insight source file (ARM build) Date: Wed, 23 May 2001 08:26:00 -0000 Message-id: <3.0.32.20010523170728.009b87f0@vttmail.vtt.fi> X-SW-Source: 2001-05/msg00392.html 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