Re: AMD64 question

2005-09-26 Thread Helge Preuss

Eric Murphy wrote:


[...]
however if i run make buildkernel kernconf=GREED

it runs but uses the GENERIC kernel
 

This sets the variable ${kernconf}, which is ignored, because make looks 
for ${KERNCONF}.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: AMD64 question

2005-09-25 Thread Giorgos Keramidas
> Date: Mon, 26 Sep 2005 01:05:47 -0400 (EDT)
> From: Eric Murphy <[EMAIL PROTECTED]>
> Reply-To: Eric Murphy <[EMAIL PROTECTED]>
> Subject: AMD64 question
> To: freebsd-questions@freebsd.org
>
> Hey guys im having trouble complieing a custem kernel for this version of BSD
>
> I mkae a copy of the GENERIC kernel, editing it for what i want and renameing 
> it to GREED
>
> When I move into
>
> cd /usr/src
>
> and issue  make buildkernel KERNCONF=GREED
>
> It says GREED is missing and is not there, but it is..it lies in 
> /usr/src/sys/i386/conf

If you are indeed running "buildkernel" on an amd64 machine, your kernel
configuration file should be in /usr/src/sys/amd64/conf/GREED instead of
the path you mentioned above.

This is why the "buildkernel" target cannot find it.  It looks for a
local configuration file at:

/usr/src/sys/amd64/conf/GREED

but you have put yours at:

/usr/src/sys/i386/conf/GREED

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


AMD64 question

2005-09-25 Thread Eric Murphy
Hey guys im having trouble complieing a custem kernel for this version of BSD

I mkae a copy of the GENERIC kernel, editing it for what i want and renameing 
it to GREED

When I move into

cd /usr/src

and issue  make buildkernel KERNCONF=GREED

It says GREED is missing and is not there, but it is..it lies in 
/usr/src/sys/i386/conf

however if i run make buildkernel kernconf=GREED

it runs but uses the GENERIC kernel

I do not udnerstand why its doing this.

The kernel is there in the right directory but for some reason the caps 
KERNCONF doesnt work any idea why?

and yes ive tryed the traditonal way of kernel complieing and the new way ive 
run make cleanworld too...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"