Re: Help me during Kernel Complie Command Error - make buildkernal KERNEL=KIMHYUN_KERNEL

2009-09-20 Thread Manolis Kiagias
Kim Hyun wrote:
> help me~my configuration kernel file is failed.
>
> my os is FreeBSD 7.2 Release
> my notebook's model is "Compaq Evo N150"
> memory ram is 311M
> cpu is "Intel pentium III (800.04-MHz 686-class CPU)"
>
>
> executig command 
> ===
> make buildkernal KERNEL=KIMHYUN_KERNEL
>
> ...
> ...
> /usr/src/sys/dev/fxp/if_fxp.c:87:23: error: miibus_if.h: No such file or
> directory
> mkdep: compile failed
> *** Error code 1
>
> Stop in /usr/obj/usr/src/sys/KIMHYUN_KERNEL.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
>   

You need 'device miibus' for fxp.
Uncomment this line in  your configuration file.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Help me during Kernel Complie Command Error - make buildkernal KERNEL=KIMHYUN_KERNEL

2009-09-20 Thread Kim Hyun
help me~my configuration kernel file is failed.

my os is FreeBSD 7.2 Release
my notebook's model is "Compaq Evo N150"
memory ram is 311M
cpu is "Intel pentium III (800.04-MHz 686-class CPU)"


executig command 
===
make buildkernal KERNEL=KIMHYUN_KERNEL

...
...
/usr/src/sys/dev/fxp/if_fxp.c:87:23: error: miibus_if.h: No such file or
directory
mkdep: compile failed
*** Error code 1

Stop in /usr/obj/usr/src/sys/KIMHYUN_KERNEL.
*** Error code 1

Stop in /usr/src.
*** Error code 1


*please..what shall i do?*


KIMHYUN_KERNEL
Description: Binary data
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"