Build GENERIC with IPX support
illoai at gmail.com
illoai at gmail.com
Sun May 12 02:27:33 UTC 2013
On 11 May 2013 19:14, Marek Salwerowicz <marek_sal at wp.pl> wrote:
> Hi list,
>
> I am using 9.1-RELEASE amd64 FreeBSD
> I order to connect my FreeBSD box to NetWare servers, I am trying to
> recompile the kernel.
>
> To GENERIC config I've added following options:
>
> options IPX
> options NCP
> options NWFS
>
>
> unfortunately, during buildkernel process I got an error:
>
> nwfs_subr.o: In function `ncp_lookup_volume':
> /usr/src/sys/fs/nwfs/nwfs_**subr.c:499: undefined reference to
> `mb_put_uint8'
> ...
> /usr/src/sys/netncp/ncp_rq.c:**189: undefined reference to `mb_put_mem'
> *** [kernel.debug] Error code 1
>
> Stop in /tmp/obj/usr/src/sys/**GENERICIPX.
> *** [buildkernel] Error code 1
>
> Stop in /usr/src.
> *** [buildkernel] Error code 1
>
> Stop in /usr/src.
> 641.92s user 284.90s system 102% cpu 15:03.37s total
> marek at bsd-gen:/usr/src%
>
>
> Does anyone still uses IPX and could help me compiling the kernel ?
>
>
I think you also have to have
options LIBMCHAIN
HTH
--
--
More information about the freebsd-stable
mailing list