Device.exe crash problem.
- From: "newcomer" <yuanfei05@xxxxxxxxx>
- Date: 16 May 2005 19:18:26 -0700
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
.
- Prev by Date: Re: question about sysgen and build
- Next by Date: Re: question about sysgen and build
- Previous by thread: MMU Protection of Image Running from RAM
- Next by thread: [Stack fault] ?
- Index(es):
Relevant Pages
|