From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20881 invoked by alias); 6 May 2005 22:17:22 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 20639 invoked from network); 6 May 2005 22:17:15 -0000 Received: from unknown (HELO iteusa-sr.ite.com) (69.228.115.33) by sourceware.org with SMTP; 6 May 2005 22:17:15 -0000 Received: by ITEUSA-SR with Internet Mail Service (5.5.2657.72) id ; Fri, 6 May 2005 15:28:32 -0700 Message-ID: From: Wilson Tsao To: ecos-discuss@ecos.sourceware.org Date: Fri, 06 May 2005 23:09:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: [ECOS] Rebuild gcc-4.0.0 with newlib-1.13.0 for mipsisa32-elf X-SW-Source: 2005-05/txt/msg00094.txt.bz2 Hi, I was trying to rebuild the toolchain for mipsisa32-elf. There is an error when I tried to build gcc-4.0.0 with either newlib-1.13.0 or newlib-1.12.0. I have been building gcc-3.2.1 with newlib-1.12.0 successfully. Here is the error message: mipsisa32-elf-ranlib lib.a make[7]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/soft-float/newlib/libc/stdlib' Making all in ctype make[7]: Entering directory `/tmp/build/gcc/mipsisa32-elf/soft-float/newlib/libc/ctype' /tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/ -nostdinc -B/tmp/build/gcc/mipsisa32-elf/soft-float/newlib/ -isystem /tmp/build/gcc/mipsisa32-elf/soft-float/newlib/targ-include -isystem /src/gcc-4.0.0/newlib/libc/include -B/gnutools/mipsisa32-elf/bin/ -B/gnutools/mipsisa32-elf/lib/ -isystem /gnutools/mipsisa32-elf/include -isystem /gnutools/mipsisa32-elf/sys-include -msoft-float -DPACKAGE=\"newlib\" -DVERSION=\"1.13.0\" -I. -I/src/gcc-4.0.0/newlib/libc/ctype -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -O2 -g -O2 -msoft-float -c /src/gcc-4.0.0/newlib/libc/ctype/ctype_.c /src/gcc-4.0.0/newlib/libc/ctype/ctype_.c:91: error: '_ctype_' aliased to undefined symbol '_ctype_b+127' make[7]: *** [ctype_.o] Error 1 make[7]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/soft-float/newlib/libc/ctype' make[6]: *** [all-recursive] Error 1 make[6]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/soft-float/newlib/libc' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/soft-float/newlib' make[4]: *** [all-recursive-am] Error 2 make[4]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/soft-float/newlib' make[3]: *** [multi-do] Error 1 make[3]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/newlib' make[2]: *** [all-multi] Error 2 make[2]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/newlib' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/tmp/build/gcc/mipsisa32-elf/newlib' make: *** [all-target-newlib] Error 2 make: Leaving directory `/tmp/build/gcc' Thanks, Wilson -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss