From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30855 invoked by alias); 15 May 2009 19:00:27 -0000 Received: (qmail 30706 invoked by uid 22791); 15 May 2009 19:00:25 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 May 2009 19:00:21 +0000 Received: from spaceape14.eur.corp.google.com (spaceape14.eur.corp.google.com [172.28.16.148]) by smtp-out.google.com with ESMTP id n4FJ0HO7017042; Fri, 15 May 2009 20:00:18 +0100 Received: from localhost.localdomain.google.com (dhcp-172-22-125-203.mtv.corp.google.com [172.22.125.203]) (authenticated bits=0) by spaceape14.eur.corp.google.com with ESMTP id n4FJ0C7h001419 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 15 May 2009 12:00:15 -0700 To: josh.switnicki@utoronto.ca Cc: Joel Sherrill , GCC List Subject: Re: configure issue during make of avr-elf References: <4A0CE247.1020002@oarcorp.com> <4A0D4D81.1080207@oarcorp.com> <20090515123349.56w1361ci00g88sk@webmail.utoronto.ca> <20090515140449.iz7qtlh48wok8cgw@webmail.utoronto.ca> From: Ian Lance Taylor Date: Fri, 15 May 2009 19:57:00 -0000 In-Reply-To: <20090515140449.iz7qtlh48wok8cgw@webmail.utoronto.ca> (josh switnicki's message of "Fri\, 15 May 2009 14\:04\:49 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-05/txt/msg00400.txt.bz2 josh.switnicki@utoronto.ca writes: > The build completes without error but when I try to compile a simple > test program I get what I believe are newlib related errors. > > > to eliminate error1: > I added the newlib include directory manually to the include search path. > > "-I " > > and then I got the second error. > > not sure what is causing either error. > > posted at: > http://code.google.com/p/tinyrtems/downloads/list?saved=1&ts=1242410238 Did you build newlib? I don't see it in the build logs you posted earlier. Ian