Re: kernel build problem

2005-05-12 Thread Cristiano Deana
2005/5/11, Ananth.G [EMAIL PROTECTED]: i have attached my config file. # Bus support. Do not remove isa, even if you have no isa slots DO NOT REMOVE ISA... #device isa uncomment the line above device umass # Disks/Mass storage - Requires scbus and da REQUIRES

kernel build problem

2005-05-11 Thread Ananth.G
dear all, im having trouble compiling kernel on 5.3 , i did a `make depend` and `make`. The following is the error that i got, i might have missed a module i guess... cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes

Re: kernel build problem

2005-05-11 Thread Sergey S. Ropchan
Check config file carefully, and you will find next string: device umass # Disks/Mass storage - Requires scbus and da in your config da and scbus -disabeled, # SCSI peripherals #device scbus # SCSI bus (required for SCSI) . . . #device da #

Re: kernel build problem

2005-05-11 Thread Ananth.G
i have attached my config file. regrds, ananth.g Sergey S. Ropchan wrote: Content of kernel config please ? It's look like wrong option in config. dear all, im having trouble compiling kernel on 5.3 , i did a `make depend` and `make`. The following is the error that i got, i might have

Re: kernel build problem

2005-05-11 Thread Paig Chong Woo
Le 11 mai 2005 à 16:28, Ananth.G a écrit : i have attached my config file. regrds, ananth.g Sergey S. Ropchan wrote: Content of kernel config please ? It's look like wrong option in config. dear all, im having trouble compiling kernel on 5.3 , i did a `make depend` and `make`. The

RE: kernel build problem

2005-05-11 Thread Zimmerman, Eric
i have attached my config file. regrds, ananth.g this looks like an issue (cut/pasted from kernel config file). Isa is required, no? # Bus support. Do not remove isa, even if you have no isa slots #device isa #device eisa device pci

4.10 kernel build problem

2004-11-29 Thread witichis Gladdy
Hi, I'm stuck trying to build a kernel to get support for my atapi cd burner. Why is atapicam support for ide burners wich are pretty much mainstream these days not build in by default? I have a 4.10 freeBSD and did cvsup with src-all. Then I needed to update the configure program itself because

Re: 4.10 kernel build problem

2004-11-29 Thread Ruben de Groot
On Mon, Nov 29, 2004 at 06:02:28PM +, witichis Gladdy typed: Hi, I'm stuck trying to build a kernel to get support for my atapi cd burner. Why is atapicam support for ide burners wich are pretty much mainstream these days not build in by default? I have a 4.10 freeBSD and did cvsup

Re: 4.10 kernel build problem

2004-11-29 Thread witichis Gladdy
From: Ruben de Groot [EMAIL PROTECTED] To: witichis Gladdy [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: 4.10 kernel build problem Date: Mon, 29 Nov 2004 19:35:54 +0100 On Mon, Nov 29, 2004 at 06:02:28PM +, witichis Gladdy typed: Hi, I'm stuck trying to build a kernel to get support

Kernel build problem 5.2.1

2004-07-04 Thread Gene Bomgardner
Hi All: I'm trying to build a 5.2.1 kernel. I've used both the original method as well as the newer make buildkernel I keep getting the error during the make depend phase: src/i386/usr/include /usr/src/sys/modules/syscons/logo/logo_saver.c /usr/src/sys/modules/syscons/logo/logo.c The

Re: Kernel build problem after make world

2004-02-24 Thread fjaspers
HI, Sorry my information was somewhat obscure, you're answer however wasn't. The 4BSD_SCHED option did the trick. The real problem was mee being impatient trying to build a 5.2 KERNEL with a 5.0 config file. I made a new config file patiently copying lines in from NOTES and GENERIC. Now the

Re: Kernel build problem after make world

2004-02-24 Thread Kent Stewart
On Tuesday 24 February 2004 03:43 am, [EMAIL PROTECTED] wrote: HI, Sorry my information was somewhat obscure, you're answer however wasn't. The 4BSD_SCHED option did the trick. I was kind of stretching on that one. It was the only sched option you were missing that I had and it stood out.

Re: Kernel build problem after make world

2004-02-22 Thread Kent Stewart
On Sunday 22 February 2004 04:28 am, [EMAIL PROTECTED] wrote: Hi, I upgraded my system from RELEASE 5.0 to RELENG_5_2. Used cvsup to get the sources, made buildworld; made a generic kernel; installed world. Everything went well, i was able to boot into multi-user mode. BUT now i would like

Re: Re: Kernel build problem after make world

2004-02-22 Thread fjaspers
Hi, you are right, should have included the messages in my first mail. Sorry.

Re: Kernel build problem after make world

2004-02-22 Thread Kent Stewart
On Sunday 22 February 2004 03:00 pm, [EMAIL PROTECTED] wrote: Hi, you are right, should have included the messages in my first mail. Sorry. I followed the procedure in the handbook, make buildworld; make buildkernel; make installkernel; reboot; make installworld Intermediate that left me