From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10544 invoked by alias); 20 Mar 2009 10:37:08 -0000 Received: (qmail 10536 invoked by uid 22791); 20 Mar 2009 10:37:07 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS 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; Fri, 20 Mar 2009 10:37:02 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 7B3853B4003D for ; Fri, 20 Mar 2009 10:36:59 +0000 (GMT) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a6b8VyzxfzuK; Fri, 20 Mar 2009 10:36:57 +0000 (GMT) From: bugzilla-daemon@ecoscentric.com To: ecos-bugs@ecos.sourceware.org Subject: [Bug 1000723] New: Building eCos C library for synthetic target fails with gcc-3.2 X-Bugzilla-Reason: QAcontact X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: C library X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: john@dallaway.org.uk X-Bugzilla-Status: NEW X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: jifl@ecoscentric.com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 20 Mar 2009 10:37: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: 2009/txt/msg00130.txt.bz2 http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000723 Summary: Building eCos C library for synthetic target fails with gcc-3.2 Product: eCos Version: 3.0beta1 Platform: linux (Linux synthetic target) OS/Version: HostOS: Linux Status: NEW Severity: normal Priority: low Component: C library AssignedTo: jifl@ecoscentric.com ReportedBy: john@dallaway.org.uk QAContact: ecos-bugs@ecos.sourceware.org Class: --- Configuring/building eCos with: $ ecosconfig new linux $ ecosconfig tree $ make Compiler output: gcc -c -I/var/tmp/fred/install/include -I/opt/ecos/ecos-3.0b1/packages/language/c/libc/stdio/v3_0b1 -I/opt/ecos/ecos-3.0b1/packages/language/c/libc/stdio/v3_0b1/src -I/opt/ecos/ecos-3.0b1/packages/language/c/libc/stdio/v3_0b1/tests -I. -I/opt/ecos/ecos-3.0b1/packages/language/c/libc/stdio/v3_0b1/src/input/ -finline-limit=7000 -Wall -Wpointer-arith -Wundef -Woverloaded-virtual -Wno-write-strings -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -Wp,-MD,src/input/fgetc.tmp -o src/input/language_c_libc_stdio_fgetc.o /opt/ecos/ecos-3.0b1/packages/language/c/libc/stdio/v3_0b1/src/input/fgetc.cxx /opt/ecos/ecos-3.0b1/packages/language/c/libc/stdio/v3_0b1/src/input/fgetc.cxx:128: ` int getc(CYG_ADDRESS (*)[9999])' defined both normally and as an alias make[1]: *** [src/input/fgetc.o.d] Error 1 make[1]: Leaving directory `/var/tmp/fred/language/c/libc/stdio/v3_0b1' make: *** [build] Error 2 Compiler version: $ gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit Thread model: posix gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7) -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.