Re: make depend kernel compile error [solved]

2005-05-30 Thread Peter Miller
Sorry, i wasn't too clear.  The only thing I changed
to the config was the addition of the usb2 support.  I
had tried compiling the generic kernel which didn't
work either.  The good news is that I installed and
ran cvsup and used the 2nd compile method in the
handbook (after running make clean) and the kernel
compiled.

Thanks
 
--- Lowell Gilbert
[EMAIL PROTECTED] wrote:
 Peter Miller [EMAIL PROTECTED] writes:
 
  I'm running a clean install of the freebsd 5.4 and
 i'm
  building a new kernel with usb 2.0 support but i'm
  getting the following error after typing make
 depend.
 
 Go back to the GENERIC kernel.  Change a small
 number of things at a
 time until you have figured out which config file
 change caused the
 kernel to stop compiling.  Armed with that
 knowledge, you should be
 able to ask how to do that change properly.  It
 would be polite to
 look at the relevant manual page for that config
 entry before asking
 on a mailing list, though.
 

__ 
Post your free ad now! http://personals.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make depend kernel compile error

2005-05-30 Thread Lowell Gilbert
Peter Miller [EMAIL PROTECTED] writes:

 I'm running a clean install of the freebsd 5.4 and i'm
 building a new kernel with usb 2.0 support but i'm
 getting the following error after typing make depend.

Go back to the GENERIC kernel.  Change a small number of things at a
time until you have figured out which config file change caused the
kernel to stop compiling.  Armed with that knowledge, you should be
able to ask how to do that change properly.  It would be polite to
look at the relevant manual page for that config entry before asking
on a mailing list, though.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make depend kernel compile error

2005-05-29 Thread Peter Miller
I'm running a clean install of the freebsd 5.4 and i'm
building a new kernel with usb 2.0 support but i'm
getting the following error after typing make depend.

basement# make depend
rm -f .olddep
if [ -f .depend ]; then mv .depend .olddep; fi
make _kernel-depend
cc -c -O -pipe -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-
arith -Winline -Wcast-qual -fformat-extensions
-std=c99 -nostdinc -I- -I. -I../../..
-I../../../contrib/dev
/acpica -I../../../contrib/altq
-I../../../contrib/ipfilter -I../../../contrib/pf
-I../../../contrib/dev/at
h -I../../../contrib/dev/ath/freebsd
-I../../../contrib/ngatm -D_KERNEL -include
opt_global.h -finline-limi
t=8000 --param inline-unit-growth=100 --param
large-function-growth=1000 -mno-align-long-strings
-mpreferre
d-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse
-mno-sse2 -ffreestanding ../../../i386/i386/genassym.c
../../../i386/i386/genassym.c:35:23: sys/cdefs.h: No
such file or directory
../../../i386/i386/genassym.c:36: error: syntax error
before string constant
../../../i386/i386/genassym.c:42:23: sys/param.h: No
such file or directory
../../../i386/i386/genassym.c:43:23: sys/systm.h: No
such file or directory
../../../i386/i386/genassym.c:44:23: sys/assym.h: No
such file or directory
../../../i386/i386/genassym.c:45:21: sys/bio.h: No
such file or directory
../../../i386/i386/genassym.c:46:21: sys/buf.h: No
such file or directory
../../../i386/i386/genassym.c:47:22: sys/proc.h: No
such file or directory
../../../i386/i386/genassym.c:48:23: sys/errno.h: No
such file or directory
../../../i386/i386/genassym.c:49:23: sys/mount.h: No
such file or directory
../../../i386/i386/genassym.c:50:23: sys/mutex.h: No
such file or directory
../../../i386/i386/genassym.c:51:24: sys/socket.h: No
such file or directory
../../../i386/i386/genassym.c:52:29:
sys/resourcevar.h: No such file or directory
../../../i386/i386/genassym.c:53:27: sys/signalvar.h:
No such file or directory
../../../i386/i386/genassym.c:54:26: sys/ucontext.h:
No such file or directory
In file included from
../../../i386/i386/genassym.c:55:
./machine/bootinfo.h:49: error: syntax error before
u_int32_t
../../../i386/i386/genassym.c:57:25: sys/vmmeter.h: No
such file or directory
../../../i386/i386/genassym.c:58:19: vm/vm.h: No such
file or directory
../../../i386/i386/genassym.c:59:25: vm/vm_param.h: No
such file or directory
../../../i386/i386/genassym.c:60:21: vm/pmap.h: No
such file or directory
../../../i386/i386/genassym.c:61:23: vm/vm_map.h: No
such file or directory
../../../i386/i386/genassym.c:63:20: net/if.h: No such
file or directory
../../../i386/i386/genassym.c:64:24: netinet/in.h: No
such file or directory
../../../i386/i386/genassym.c:65:26: nfs/nfsproto.h:
No such file or directory
../../../i386/i386/genassym.c:66:23: nfs/rpcv2.h: No
such file or directory
../../../i386/i386/genassym.c:67:27: nfsclient/nfs.h:
No such file or directory
../../../i386/i386/genassym.c:68:35:
nfsclient/nfsdiskless.h: No such file or directory
In file included from
../../../i386/i386/genassym.c:70:
./machine/apicreg.h:122:23: sys/types.h: No such file
or directory
In file included from
../../../i386/i386/genassym.c:70:
./machine/apicreg.h:130: error: syntax error before
u_int32_t
./machine/apicreg.h:131: error: syntax error before
u_int32_t
./machine/apicreg.h:136: error: syntax error before
u_int32_t
./machine/apicreg.h:137: error: syntax error before
u_int32_t

I cut the error message short...let me know if i shold
post the whole thing.

I'm following the handbook for compiling a kernel and
the only thing I changed was the line affecting usb2
by removing the #

Again, my system is a fresh install and i have hardly
done anything yet...just added a few packages with
pkg_add -r (i haven't done any updates)

Thanks
Peter

__ 
Post your free ad now! http://personals.yahoo.ca
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]