From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29260 invoked by alias); 13 Sep 2006 16:55:05 -0000 Received: (qmail 29252 invoked by uid 22791); 13 Sep 2006 16:55:04 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 13 Sep 2006 16:54:57 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-28-132.inter.net.il [80.230.28.132]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id FSV62026 (AUTH halo1); Wed, 13 Sep 2006 19:52:35 +0300 (IDT) Date: Wed, 13 Sep 2006 16:55:00 -0000 Message-Id: From: Eli Zaretskii To: Chris Johns CC: gdb-patches@sources.redhat.com In-reply-to: <4507FA7A.70504@rtems.org> (message from Chris Johns on Wed, 13 Sep 2006 22:32:58 +1000) Subject: Re: H8300 simulator on MinGW fails to compile. Reply-to: Eli Zaretskii References: <4507FA7A.70504@rtems.org> 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-09/txt/msg00064.txt.bz2 > Date: Wed, 13 Sep 2006 22:32:58 +1000 > From: Chris Johns > > Building the target h8300-rtems4.7 on a MinGW host configured with: > > $ head config.status > #! /bin/sh > # Generated automatically by configure. > # Run this file to recreate the current configuration. > # This directory was configured as follows, > # on host lapdog: > # > # ../gdb-6.5/configure --target=h8300-rtems4.7 --verbose --disable-nls > --without-included-gettext --disable-win32-registry --disable-werror --enable-sim > # > # Compiler output produced by configure, useful for debugging > # configure, is in ./config.log if it exists. > > fails to compile as signal numbers are not present. Please show the error messages. From the info you posted, I cannot figure out the problem and how your patches solve it. Thanks.