Date: Fri, 27 Nov 2009 14:33:38 -0600 From: Troy <troy@twisted.net> To: freebsd-stable@FreeBSD.org Subject: 8.0 installworld fails in /usr/src/lib/csu/i386-elf cc: not found Message-ID: <20091127203338.GA70392@twisted.net>
next in thread | raw e-mail | index | archive | help
I was just upgrading from 7.2 to 8.0 using RELENG_8 and everything went well until I did the installworld. Below is the error. -Troy -------------------------------------------------------------- >>> Installing everything -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info (install) ===> lib (install) ===> lib/csu/i386-elf (install) cc -O2 -pipe -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../../libc/include -std=gnu99 -Wsystem-headers -Werror -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 -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c crt1.c cc: not found *** Error code 127 Stop in /usr/src/lib/csu/i386-elf. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Exit 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091127203338.GA70392>