From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9264 invoked by alias); 2 Feb 2011 21:06:43 -0000 Received: (qmail 9254 invoked by uid 22791); 2 Feb 2011 21:06:42 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mtaout01-winn.ispmail.ntl.com (HELO mtaout01-winn.ispmail.ntl.com) (81.103.221.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Feb 2011 21:06:37 +0000 Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20110202210634.TUXA26766.mtaout01-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com>; Wed, 2 Feb 2011 21:06:34 +0000 Received: from cog.dallaway.org.uk ([213.106.80.48]) by aamtaout04-winn.ispmail.ntl.com (InterMail vG.3.00.04.00 201-2196-133-20080908) with ESMTP id <20110202210634.SFZX25656.aamtaout04-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Wed, 2 Feb 2011 21:06:34 +0000 Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id p12L6WsF010162; Wed, 2 Feb 2011 21:06:32 GMT Message-ID: <4D49C758.6050705@dallaway.org.uk> Date: Wed, 02 Feb 2011 21:06:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.24 (X11/20101213) MIME-Version: 1.0 To: Michael Bergandi CC: eCos Developer List Subject: Re: Build error on 'make tests' for synthetic target References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2011-02/txt/msg00001.txt.bz2 Michael Michael Bergandi wrote: > In the mean time, I tried to just build all of the tests and the build > errored out with the following: > > make -r -C infra/current tests > make[1]: Entering directory `/home/mike/ecos-cvs/synthbuild/infra/current' > gcc -L/home/mike/ecos-cvs/synthbuild/install/lib -Ttarget.ld -o > /home/mike/ecos-cvs/synthbuild/install/tests/infra/current/tests/cxxsupp > tests/cxxsupp.o -g -nostdlib -Wl,-static -Wl,--fatal-warnings > /usr/lib/gcc/i486-linux-gnu/4.4.3/libsupc++.a(cp-demangle.o): In > function `.L644': > (.text+0x3317): undefined reference to `__sprintf_chk' > collect2: ld returned 1 exit status > make[1]: *** [/home/mike/ecos-cvs/synthbuild/install/tests/infra/current/tests/cxxsupp] > Error 1 > make[1]: Leaving directory `/home/mike/ecos-cvs/synthbuild/infra/current' > make: *** [tests] Error 2 > > I am running on Ubuntu 10.04.1 LTS. Here is some config info: This looks like a build issue related to your Linux distro. Please raise a bug report at http://bugs.ecos.sourceware.org and include the above error message plus the output of "gcc -v" and "uname -a". Thank you John Dallaway eCos maintainer