From owner-freebsd-hackers@FreeBSD.ORG Sat May 26 16:43:17 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C96A116A468 for ; Sat, 26 May 2007 16:43:17 +0000 (UTC) (envelope-from dmw@unete.cl) Received: from mail01.ifxnetworks.com (mail01.ifxnetworks.com [190.61.128.11]) by mx1.freebsd.org (Postfix) with ESMTP id 6C6CA13C46C for ; Sat, 26 May 2007 16:43:17 +0000 (UTC) (envelope-from dmw@unete.cl) Received: (qmail 2930 invoked from network); 26 May 2007 16:43:16 -0000 X-Spam-DCC: CollegeOfNewCaledonia: mail01.ifxnetworks.com 1189; Body=1 Fuz1=1 Fuz2=1 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on mail01.ifxnetworks.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=6.0 tests=none autolearn=disabled version=3.1.8 Received: from unknown (HELO quake) (dmw@unete.cl@[200.73.82.51]) (envelope-sender ) by mail01.ifxnetworks.com (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 26 May 2007 16:43:15 -0000 From: Daniel Molina Wegener Organization: DMW To: FreeBSD Hackers Date: Sat, 26 May 2007 12:42:58 -0400 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705261242.58950.dmw@unete.cl> Subject: Problems compiling BUILDING from STABLE X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dmw@unete.cl List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2007 16:43:17 -0000 Hello I'm trying to build CURRENT from STABLE, I'm using a shell script that sets the next environment variables: -----------------------------8<------------------------------ export MAKEOBJDIRPREFIX="/work/FreeBSD/obj" export PREFIX="/work/FreeBSD" export DESTDIR="/work/FreeBSD/build" export TARGET="i386" -----------------------------8<------------------------------ I run the script, that executes make, with these environment variables, but I get the next error while building world: -----------------------------8<------------------------------ ===> lib/csu/i386-elf (obj,depend,all,install) rm -f .depend mkdep -f .depend -a -I/work/FreeBSD/usr/src/lib/csu/i386-elf/../common -I/wor k/FreeBSD/usr/src/lib/csu/i386-elf/../../libc/include /work/FreeBSD/usr/src/lib/ csu/i386-elf/crt1.c /work/FreeBSD/usr/src/lib/csu/i386-elf/crti.S /work/FreeBSD/ usr/src/lib/csu/i386-elf/crtn.S cc -march=prescott -O2 -pipe -march=prescott -I/work/FreeBSD/usr/src/lib/csu/i38 6-elf/../common -I/work/FreeBSD/usr/src/lib/csu/i386-elf/../../libc/include -Ws ystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wn ested-externs -Wredundant-decls -Wno-pointer-sign -c /work/FreeBSD/usr/src/lib/c su/i386-elf/crt1.c cc1: error: unrecognized command line option "-Wchar-subscripts" -----------------------------8<------------------------------- What's my error? Regards, -- .O. | Daniel Molina Wegener | C/C++ Developer ..O | dmw [at] unete [dot] cl | FOSS Coding Adict OOO | BSD & Linux User | Standards Rocks!