compile error while building kernel

Rance Hall ranceh at gmail.com
Thu Mar 27 14:52:09 PDT 2008


On 3/27/08, walt <w41ter at gmail.com> wrote:
>
> 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.


searched for *.depend and *.o files, (none found) used find /usr/src
-name "*.depend" -print to get a list of files that needed to be
deleted.

then tried the compile the old way as suggested, that fails to, with
the same errors and same files.


More information about the freebsd-stable mailing list