Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2004 18:05:56 +1200
From:      Drew Broadley <drew@corrupt.co.nz>
To:        Max Laier <max@love2party.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: NDIS build from latest cvsup - error with "make load"
Message-ID:  <40B2E244.1040305@corrupt.co.nz>
In-Reply-To: <200405250639.40011.max@love2party.net>
References:  <40B2CB0A.9040007@corrupt.co.nz> <200405250639.40011.max@love2party.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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
<<<<<<<<<<<<<<<<<<<<<




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40B2E244.1040305>