From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21377 invoked by alias); 15 May 2014 15:35:37 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 21364 invoked by uid 89); 15 May 2014 15:35:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,URIBL_BLACK autolearn=no version=3.3.2 X-HELO: mout0.freenet.de Received: from mout0.freenet.de (HELO mout0.freenet.de) (195.4.92.90) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 15 May 2014 15:35:34 +0000 Received: from [195.4.92.142] (helo=mjail2.freenet.de) by mout0.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (port 25) (Exim 4.82 #1) id 1Wkxgx-0001g3-62 for gdb@sourceware.org; Thu, 15 May 2014 17:35:31 +0200 Received: from localhost ([::1]:59912 helo=mjail2.freenet.de) by mjail2.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (Exim 4.82 #1) id 1Wkxgw-0004JV-TP for gdb@sourceware.org; Thu, 15 May 2014 17:35:31 +0200 Received: from mx2.freenet.de ([195.4.92.12]:33202) by mjail2.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (Exim 4.82 #1) id 1Wkxdv-0001Mc-Us for gdb@sourceware.org; Thu, 15 May 2014 17:32:24 +0200 Received: from hsi-kbw-46-223-132-160.hsi.kabel-badenwuerttemberg.de ([46.223.132.160]:35787 helo=[192.168.1.102]) by mx2.freenet.de with esmtpsa (ID ralf.corsepius@freenet.de) (TLSv1:DHE-RSA-AES128-SHA:128) (port 587) (Exim 4.82 #1) id 1Wkxdv-000289-RW for gdb@sourceware.org; Thu, 15 May 2014 17:32:23 +0200 Message-ID: <5374DE05.6060408@rtems.org> Date: Thu, 15 May 2014 15:35:00 -0000 From: Ralf Corsepius User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: v850 simulator build issue References: <5374CCC5.8020809@oarcorp.com> In-Reply-To: <5374CCC5.8020809@oarcorp.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Originated-At: 46.223.132.160!35787 X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00024.txt.bz2 On 05/15/2014 04:18 PM, Joel Sherrill wrote: > Hi > > We have a build failure for the v850 simulator on a FreeBSD > host to run on mingw because igen/configure.ac does this > > $ grep gcc * | grep -v ure: > configure.ac: CC_FOR_BUILD=${CC_FOR_BUILD-gcc} > > There is no gcc on FreeBSD 10 > > gcc -O2 -pipe -fbracket-depth=1024 -I/mnt/data0/chrisj/rtems/rsb/rtems-source-builder.master/rtems/build/tmp/sb-chrisj/4.11/rtems-v850.bset/opt/rtems/4.11/include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wformat-nonliteral -I. -I../../../gdb-7.7/sim/igen -I../../../gdb-7.7/sim/igen/../../include -c ../../../gdb-7.7/sim/igen/igen.c > gmake[4]: gcc: Command not found > > > Any suggestion on the correct modification to pick up > either cc or gcc? > .../configure CC_FOR_BUILD=clang or .../configure CC_FOR_BUILD=cc or similar should do. Ralf