NDIS build from latest cvsup - error with "make load"
Drew Broadley
drew at corrupt.co.nz
Mon May 24 23:06:38 PDT 2004
Max Laier wrote:
>On Tuesday 25 May 2004 06:26, Drew Broadley wrote:
>
>
>>$ kldload ndis.ko
>>kldload: can't load ndis.ko: No such file or directory
>>
>>
>
>Check $dmesg -a for more information. ENOENT == "No such file or directory" is
>(miss-)used by kldload to indicate that there are missing symbols (in the
>kernel). More information is print to the console.
>
>
No problems there, also I am finding issues with building the kernel
with NDIS built in with the latest build:
>>>>>>>>>>>>>>>>>>>
/usr/obj/usr/src/make.i386/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES
-V GEN_M_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep
-O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys
-I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter
-I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath
-I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm
-D_KERNEL -include opt_global.h -fno-common -finline-limit=8000
-mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding
/usr/src/sys/dev/if_ndis/if_ndis.c:83:30: ndis_driver_data.h: No such
file or directory
/usr/src/sys/dev/if_ndis/if_ndis_pccard.c:65:30: ndis_driver_data.h: No
such file or directory
/usr/src/sys/dev/if_ndis/if_ndis_pci.c:64:30: ndis_driver_data.h: No
such file or directory
mkdep: compile failed
*** Error code 1
Stop in /usr/obj/usr/src/sys/EVOn800v.
*** Error code 1
Stop in /usr/obj/usr/src/sys/EVOn800v.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
<<<<<<<<<<<<<<<<<<<<<
I then updated my locate database, and did a locate on
"ndis_driver_data.h" and found it where it should be:
>>>>>>>>>>>>>>>>>>>>>
$ locate ndis_driver_data.h
/usr/src/sys/modules/if_ndis/ndis_driver_data.h
<<<<<<<<<<<<<<<<<<<<<
More information about the freebsd-current
mailing list