Date: Thu, 27 Mar 2008 06:43:04 -0700 From: walt <w41ter@gmail.com> To: freebsd-stable@freebsd.org Subject: Re: compile error while building kernel Message-ID: <fsg85s$33j$1@ger.gmane.org> In-Reply-To: <845c0f80803270359m63b2ae7dw48fa7b967ef23f2e@mail.gmail.com> References: <845c0f80803261123j6e18e611r7b481fabb2f11ecf@mail.gmail.com> <fseprb$s9u$1@ger.gmane.org> <845c0f80803261848h7dd72076n40ff9cc1ffd5cb4c@mail.gmail.com> <845c0f80803270359m63b2ae7dw48fa7b967ef23f2e@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Rance Hall wrote: > On Wed, Mar 26, 2008 at 8:48 PM, Rance Hall<ranceh@gmail.com> wrote: >> On Wed, Mar 26, 2008 at 7:32 PM, walt<w41ter@gmail.com> wrote: >> > Rance Hall wrote: >> > > ... >> > >> > > im running an amd athlon64 processor but the i386 code. >> > > >> > > my march is athlon-mp (the system translates my athlon64 >> > > automatically to this in i386 mode)... >> > >> > ... >> > Anyway, if your make.conf defines CPUTYPE or MACHINE_ARCH as >> > athlon64 just try changing it to K8 or athlon-mp or athlon and >> > see if anything changes. >> > >> >> I tried setting CPUTYPE=athlon-mp in make.conf and I still couldn't >> buiild a kernel. You might try searching your source tree for .depend and .o files and delete any you find. Also, you could try building the old way: #cd /usr/src/sys/i386/conf #config GENERIC #cd ../compile/GENERIC #make all install If that works then you must have some funny files in your source tree that don't belong there.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fsg85s$33j$1>