Re: ndisgen on FreeBSD-9.0-CURRENT-201002-i386

2010-03-12 Thread Weongyo Jeong
On Sat, Mar 06, 2010 at 08:59:01AM +0300, Azim wrote:
 I tried ndisgen to convert BCMWL564.SYS using FreeBSD-9.0-CURRENT
 FEB-2010(x86). 
 The files I had were  :
 It gave an error stating BCM43XX64.CAT(unrequired),
 BCM43XX.CAT(unrequired), bcmwl5.inf and BCMWL564.SYS
 
 I had successfully compiled the 32-bit and 64-bit driver on FreeBSD 8.0
 (the 64-BIT couldn't be used on FreeBSD amd64 though)
 
 This time on FreeBSD-9.0-CURRENT while trying ndisgen the following
 files got created:
 bus_if.h
 device_if.h
 windrv.h
 and windrv.o and ndisgen echoed an error
 
 ==
 Generating Makefile... done
 Building kernel module.. /usr/share/mk/bsd.kmod.mk, line 12: can't
 find kernel source tree

It looks it failed to search kernel source in standard places, for
example:

${.CURDIR}/../../kern
${.CURDIR}/../../../kern
${.CURDIR}/../../../../kern
${.CURDIR}/../../../../../kern
/sys/kern
/usr/src/sys/kern

Could you please check that one of above directories exists?

regards,
Weongyo Jeong

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


ndisgen on FreeBSD-9.0-CURRENT-201002-i386

2010-03-06 Thread Azim
I tried ndisgen to convert BCMWL564.SYS using FreeBSD-9.0-CURRENT
FEB-2010(x86). 
The files I had were  :
It gave an error stating BCM43XX64.CAT(unrequired),
BCM43XX.CAT(unrequired), bcmwl5.inf and BCMWL564.SYS

I had successfully compiled the 32-bit and 64-bit driver on FreeBSD 8.0
(the 64-BIT couldn't be used on FreeBSD amd64 though)

This time on FreeBSD-9.0-CURRENT while trying ndisgen the following
files got created:
bus_if.h
device_if.h
windrv.h
and windrv.o and ndisgen echoed an error

==
Generating Makefile... done
Building kernel module.. /usr/share/mk/bsd.kmod.mk, line 12: can't
find kernel source tree
build failed. Exiting.
==
It didn't generate the .ko file

Just wanted to know if this error is because 9.0 kernel is still under
development.
I'll be trying ndisgen with the 32 bit bcmwl5 driver as well.

Regards,

-- 
  Azim
http://my.opera.com/quakerdoomer
http://solidmecca.co.nr
http://winautopwn.co.nr


-- 
http://www.fastmail.fm - Same, same, but different...

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org