make depend error

2006-02-16 Thread Robert Uzzi
Any clues to this error? [EMAIL PROTECTED] CUSTOM-SMP # make depend cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../..

Make depend Error

2005-12-03 Thread Hongxing Song
#make depend cd ../../../modules; MAKEOBJDIRPREFIX=/usr/src/sys/i386/compile/Dec2005/modules KMODDIR=/boot/kernel DEBUG_FLAGS=-g MACHINE=i386 KERNBUILDDIR=/usr/src/sys/i3 86/compile/Dec2005 make depend === 3dfx (depend) === aac (depend) === aac/aac_linux (depend) === accf_data (depend) ===

Re: Make depend Error

2005-12-03 Thread Kris Kennaway
On Sun, Dec 04, 2005 at 01:05:23PM +0800, Hongxing Song wrote: cc -c -O2 -fno-strict-aliasing -pipe -mfpmath=sse -mmmx -msse -m3dnow -maccumula te-outgoing-args -minline-all-stringops -march=athlon-xp -Werror You set your COPTFLAGS to a random string..don't do this unless you understand the

make depend error in kernel config

2005-05-16 Thread Warren
Up untill 1 week ago i have been able to compile my kernel perfectly fine. However after running a CVSUP i am no longer able to compile my kernel and i have not changed anything it since i did it quite a few mnths ago. I do not have sound loaded in my kernel anywhere but rather in a different

Re: make depend error in kernel config

2005-05-16 Thread Lowell Gilbert
Warren [EMAIL PROTECTED] writes: Up untill 1 week ago i have been able to compile my kernel perfectly fine. However after running a CVSUP i am no longer able to compile my kernel and i have not changed anything it since i did it quite a few mnths ago. I do not have sound loaded in my

Re: make depend error in kernel config

2005-05-16 Thread Warren
On Tue, 17 May 2005 4:55 am, you wrote: Warren [EMAIL PROTECTED] writes: Up untill 1 week ago i have been able to compile my kernel perfectly fine. However after running a CVSUP i am no longer able to compile my kernel and i have not changed anything it since i did it quite a few mnths

make depend error - FreeBSD 5.2.1

2005-01-09 Thread Gable Barber
Howdy all, I am trying to build a new kernel to support the on board sound on my motherboard. When I try to make depend I get this error: make: don't know how to make depend. Stop Anyhelp would be greatly appreciated. Thank you, Gable ___

Re: make depend error - FreeBSD 5.2.1

2005-01-09 Thread Fabian Keil
On Sunday 09 January 2005 15:48, Gable Barber wrote: Howdy all, I am trying to build a new kernel to support the on board sound on my motherboard. When I try to make depend I get this error: make: don't know how to make depend. Stop Anyhelp would be greatly appreciated. Are you sure

RE: make depend error - FreeBSD 5.2.1

2005-01-09 Thread Subhro
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Gable Barber Sent: Sunday, January 09, 2005 20:18 To: [EMAIL PROTECTED] Subject: make depend error - FreeBSD 5.2.1 Howdy all, I am trying to build a new kernel to support

Re: make depend error - FreeBSD 5.2.1

2005-01-09 Thread Gable Barber
I reinstalled sources from sysinstall, and all works now.. Since this is the first one I have done, I wanted to learn the old way..then the new... Thanks for the help... Gable On Sun, 9 Jan 2005 16:08:53 +0100, Fabian Keil [EMAIL PROTECTED] wrote: On Sunday 09 January 2005 15:48, Gable

Re: make depend error

2004-06-01 Thread platanthera
On Tuesday 01 June 2004 04:39, john huss wrote: Hello, Can any of you kind teeps help me out please? I'm trying to compile my FreeBSD 4.9 kernel for the first time and am having problems. I am recompiling for several reasons; to learn about compiling the kernel; to get sound support for my

Re: Make depend error

2002-12-01 Thread Giorgos Keramidas
On 2002-12-01 11:33, Eric Cresson [EMAIL PROTECTED] wrote: I tried to compile a new kernel. The make depend compile with error messages. Can you help me ? I attach the kernel config file and sysout file. Nice :) The kernel configuration seems ok. Although I'd probably rename it to

make depend error when compiling 4.6 kernel

2002-09-22 Thread Cory Banks
Hi, I'm a little new at this, so please bear with me. I'm trying to compile a new kernel for 4.6. I've followed the handbook's instructions on editing the configuration file, and tried both methods for compiling and installing the kernel. But when i run make depend (first method obviously) i

Re: make depend error when compiling 4.6 kernel

2002-09-22 Thread Chris Strzelczyk
Copy the kernel to your home directory and rm -r /usr/src/*. Then recvsup the source. Try to build again. This has taken care of 90% of my buildkernel problems before. -cs Cory Banks wrote: Hi, I'm a little new at this, so please bear with me. I'm trying to compile a new kernel for

Re: make depend error when compiling 4.6 kernel

2002-09-22 Thread Cory Banks
That didn't work. I got the same error after recvsuping the source. -Cory Banks At 07:30 PM 9/22/2002 -0400, you wrote: Copy the kernel to your home directory and rm -r /usr/src/*. Then recvsup the source. Try to build again. This has taken care of 90% of my buildkernel problems before.