From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4547 invoked by alias); 15 May 2006 16:58:23 -0000 Received: (qmail 4534 invoked by uid 22791); 15 May 2006 16:58:22 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 15 May 2006 16:58:21 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FfgOf-00008i-Qk; Mon, 15 May 2006 12:58:18 -0400 Date: Mon, 15 May 2006 17:06:00 -0000 From: Daniel Jacobowitz To: Masaki Muranaka Cc: gdb-patches@sourceware.org Subject: Re: Build failed on MinGW host, sh-elf target. Message-ID: <20060515165817.GA385@nevyn.them.org> Mail-Followup-To: Masaki Muranaka , gdb-patches@sourceware.org References: <85848EC4-1618-4B6C-A5E7-7DD4F46BAF9F@monami-software.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <85848EC4-1618-4B6C-A5E7-7DD4F46BAF9F@monami-software.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00337.txt.bz2 On Sat, May 06, 2006 at 01:09:55PM +0900, Masaki Muranaka wrote: > Hello All, > > GDB build was failed at ser-e7kpc.c on MinGW host, sh-elf target. > (there is no build failure on the linux host, sh-elf target.) > > The error messages is follows: > ../../src/gdb/ser-e7kpc.c:232: warning: implicit declaration of > function `time' > make[2]: *** [ser-e7kpc.o] Error 1 > 2006-05-06 Masaki Muranaka > > * defs.h: Include if HAVE_TIME_H is defined. Does this happen anywhere besides ser-e7kpc.c? If not, I would rather add it to just that file. -- Daniel Jacobowitz CodeSourcery