Re: kernel compile problems

2009-02-22 Thread Tim Judd
On Sat, 2009-02-21 at 13:41 +, daemon wrote: Hi, I try to build a 7.1 kernel but when i does # make depend make clean depend So you make the dependency chain, then clean it and remake the dependency chain. You've gained nothing. make shows : make : don't know how to make

Re: kernel compile problems

2009-02-21 Thread Michael Powell
daemon wrote: Hi, I try to build a 7.1 kernel but when i does # make depend make clean depend make shows : make : don't know how to make ../../../dev/agp/agp.c. Stop anyone know anything? Thanks! [snip] Have you tried cd to /usr/src and make buildkernel KERNCONF=yourkernel and

Re: kernel compile problems

2009-02-21 Thread Wojciech Puchar
# make depend make clean depend make shows : make : don't know how to make ../../../dev/agp/agp.c. Stop anyone know anything? Thanks! that you miss some files - this file do exist. ___ freebsd-questions@freebsd.org mailing list

Re: kernel compile problems

2009-02-21 Thread Bruce Cran
daemon wrote: I try to build a 7.1 kernel but when i does # make depend make clean depend make shows : make : don't know how to make ../../../dev/agp/agp.c. Stop anyone know anything? Thanks! The process for building a kernel has changed since the days of 4.x. Now you should just

Re: kernel compile problems

2009-02-21 Thread Wojciech Puchar
The process for building a kernel has changed since the days of 4.x. Now you should just use: make buildkernel KERNCONF=configfile Leave the KERNCONF out to build GENERIC. See http://www.freebsd.org/doc/en/books/handbook/kernelconfig-building.html for more details. -- if userland and

Re: kernel compile problems

2009-02-21 Thread Reed Loefgren
Wojciech Puchar wrote: # make depend make clean depend --? make shows : make : don't know how to make ../../../dev/agp/agp.c. Stop anyone know anything? Thanks! that you miss some files - this file do exist. ___

Re: Kernel compile problems

2007-12-15 Thread s.huckenholz
Hi Ryan, I presume you do something like : make -jX KERNCONF=newkernel kernel where X is a number larger than 2 ?? Run it without the j flag and then other errors will show up. These errors are caused by a misconfigured kernel and reading your kernel conf I found at least 2: I suggest

Re: Kernel compile problems

2007-12-14 Thread John Murphy
On Fri, 14 Dec 2007 16:23:41 -0500 (EST) O-ren-ishi-i [EMAIL PROTECTED] wrote: Hi all, I use this kernel config file (follows below): syntactical the configuration appears ok.I get no errors here. When compiling the kernel I get errors as soon as the modules are being build. I then