Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2002 22:33:17 -0700
From:      "Calvin Smith" <calvinsnet@attbi.com>
To:        <FreeBSD-questions@FreeBSD.org>
Subject:   Problems with "make world"
Message-ID:  <001b01c25bb0$3ac73260$9701a8c0@home>

next in thread | raw e-mail | index | archive | help
I am having problems compiling my kernel using the following steps and after
making all of the changes in the kernel
text file:

cd /usr/src
echo "KERNCONF=CSTSGW" >> /etc/make.conf
make world

I then get the following error:
--------------------------------------------------------------
>>> stage 1: bootstrap tools
--------------------------------------------------------------
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=  INSTALL="sh
/usr/src/tools/install.sh" make -f
Makefile.inc1 -DBOOTSTRAPPING  -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE
 -DNOSHARED bootstrap-tools
cd /usr/src/usr.bin/yacc;  make obj;  make depend;  make all;  make
DESTDIR=/usr/obj/usr/src/i386 install
cd: can't cd to /usr/src/usr.bin/yacc
*** Error code 2

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


I am able to compile the kernel by doing the following:
    /usr/sbin/config -g CSTSGW
    cd ../../compile CSTSGW
    make depend
    make
    make install

I am running 4.6-RELEASE on a pentium 133.  I am running a very stripped
down kernel, but experience the
same problem with the GENERIC kernel.
I think I must be missing something simple, but at the moment I can not see
it.  Any help would be appreciated.

Calvin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001b01c25bb0$3ac73260$9701a8c0>