From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27057 invoked by alias); 2 Feb 2011 22:18:25 -0000 Received: (qmail 27050 invoked by uid 22791); 2 Feb 2011 22:18:25 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TW_BJ,TW_CX,TW_DC,TW_GX,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Feb 2011 22:18:19 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 48) id 8EBE02F80001; Wed, 2 Feb 2011 22:18:17 +0000 (GMT) From: bugzilla-daemon@bugs.ecos.sourceware.org To: unassigned@bugs.ecos.sourceware.org Subject: [Bug 1001139] New: 'make tests' fails for linux synthetic target X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Other X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: mbergandi@gmail.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 02 Feb 2011 22:18:00 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org X-SW-Source: 2011/txt/msg00342.txt.bz2 Please do not reply to this email. Use the web interface provided at: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001139 Summary: 'make tests' fails for linux synthetic target Product: eCos Version: CVS Platform: linux (Linux synthetic target) OS/Version: HostOS: Linux Status: UNCONFIRMED Severity: major Priority: low Component: Other AssignedTo: unassigned@bugs.ecos.sourceware.org ReportedBy: mbergandi@gmail.com CC: ecos-bugs@ecos.sourceware.org Class: Advice Request I wasn't sure what component to attach this bug to, so I chose other. Feel free to move it to a more appropriate component, if this is not right. In setting up the Linux synthetic target for doing some development, I decided to build all of the ecos tests. Unfortunately, the build errored out with the following: $ make tests ... 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 The host OS is Ubuntu 10.04.1 LTS. The eCos source is from CVS and was updated the day of this filing. Here is some other config info from my machine: # uname -a Linux mb-dev1 2.6.32-27-generic-pae #49-Ubuntu SMP Thu Dec 2 00:07:52 UTC 2010 i686 GNU/Linux # gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) Someone else reported that building with gcc-4.3 works. I have not tested that myself. Mike -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.