Device.exe crash problem.



I am using the Lan91c111 driver from smsc
websit(https://www2.smsc.com/mkt/intforms.nsf/CWA_SRC-111-CENET-Source-Code)
on my wince 4.1 system.
I found that the driver working fine with the project file which come
with it. But when integrate it into my platform with a SOURCES file the
built driver is not working and keep crashing the device.exe. It seems
the ceddk lib did not link into the driver successfully. I use the
following file: (I am building my own ceddk library).
------------------------------------------------------------------------
SYNCHRONIZE_DRAIN=1

TARGETNAME=lan91c111
DEFFILE=lan91c111.def
TARGETDEFNAME=lan91c111
TARGETTYPE=DYNLINK
RELEASETYPE=PLATFORM

TARGETLIBS=$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\ndis.lib \
# $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib
# $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
$(_SYSGENOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib


DLLENTRY=DriverEntry

INCLUDES= $(_TARGETPLATROOT)\inc

SOURCES= LAN91C111_Filter.c \
LAN91C111_init.c \
LAN91C111_intr.c \
LAN91C111_miniport.c \
LAN91C111_ndis.c \
LAN91C111_phy.c

------------------------------------------------------------------------

Is there any problem here, any hints?

Thanks

.



Relevant Pages

  • Re: [PATCH] Moschip 7840 USB-Serial Driver
    ... driver working on the latest kernel. ... They're okay with kernel inclusion of the ... I'll go over the rest when you submit it in an email message so it can ...
    (Linux-Kernel)
  • Re: Windows Driver for USB to RS232?
    ... I finally got the driver working. ... but rather in its intructions. ... I got the driver working properly. ... VID = 0x04b4 ...
    (comp.arch.embedded)
  • Re: Intel 2915abg and 11a
    ... > driver I can't use it anymore. ... > for the moment to have the driver working in 11b/g mode at least - which ... I have followed -CURRENT with my laptop in the past, ...
    (freebsd-current)
  • nVidia drivers on FreeBSD 5.2.1 (Dell Inspiron 8100 laptop)
    ... I've tried to get the driver working - but no luck. ... To unsubscribe, ...
    (freebsd-questions)
  • Re: [patch 2.6.20-rc3 1/3] rtc-cmos driver
    ... I believe that splitting this driver into multiple files ... do recall that at least ia64 uses ACPI too. ... ARMs tend to integrate some other RTC on-chip. ... on whatever non-PC platform is involved in such sanity testing, ...
    (Linux-Kernel)