(no subject)

Stevan Tiefert stevan_tiefert at yahoo.de
Tue May 8 11:44:11 UTC 2007


Am Dienstag, den 08.05.2007, 02:58 +0400 schrieb Иван Алешкович:
> Good day
> I have a problem with compilation kernel.
> when i do make with attach file configuration novellkernel(GENERIC-original file configuration), i get error:
> 
-------------------------------------8<
messages..., messages..., messages...
-------------------------------------8<
> ncp_rq.o(.text+0x45a): In function `ncp_request_int':
> ../../../netncp/ncp_rq.c:273: undefined reference to `mb_fixhdr'
> ncp_rq.o(.text+0x712):../../../netncp/ncp_rq.c:399: undefined reference to `md_initm'
> ncp_rq.o(.text+0x75f):../../../netncp/ncp_rq.c:410: undefined reference to `md_get_mem'
> *** Error code 1
> 
> Stop in /usr/src/sys/i386/compile/novellkernel.
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"

I've done a diff between your fiel GENERIC and novellkernel:

%diff GENERIC novellkernel 
22,23c22,23
< cpu           I486_CPU
< cpu           I586_CPU
---
> #cpu          I486_CPU
> #cpu          I586_CPU
25c25
< ident         GENERIC
---
> ident         novellkernel
287a288,298
> 
> #Novell
> options               NWFS
> options               NCP
> options               IPX
> 
> device                ef                      # Multiple ethernet
frames support
> options       ETHER_II                # enable Ethernet_II frame
> options       ETHER_8023              # enable Ethernet_802.3 (Novell)
frame
> options       ETHER_8022              # enable Ethernet_802.2 frame
> options       ETHER_SNAP              # enable Ethernet_802.2/SNAP
frame
%

Can you say me where do you got theses options from? I can not find any
documents! Give me a hint!

With regards
Stevan Tiefert



		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de


More information about the freebsd-questions mailing list