Date: Sat, 26 May 2007 12:42:58 -0400 From: Daniel Molina Wegener <dmw@unete.cl> To: FreeBSD Hackers <freebsd-hackers@freebsd.org> Subject: Problems compiling BUILDING from STABLE Message-ID: <200705261242.58950.dmw@unete.cl>
next in thread | raw e-mail | index | archive | help
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!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705261242.58950.dmw>