Re: Help me to Bulid the kernel
From: Richard Lee (richardl_at_ati.com_nospam)
Date: 04/29/04
- Next message: Stephan Wolf: "Re: NDIS driver not loading. DLL_PREOCESS_DETACH called"
- Previous message: Bruce Eitman \(eMVP\): "Re: WinCE Build problem with New driver"
- In reply to: Gaurav: "Help me to Bulid the kernel"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 14:17:12 -0400
Hi Gaurav,
You do not want to add the display driver to both PLATFORM.BIN and
COMMON.BIB. That;s the origin of the
"Warning: Found duplicate entry 'DISP.dll NK"
message. Changing COMMON files is generally not a good idea, and is never
necessary. Custom drivers tend to be platform specific, so putting the entry
in PLATFORM.BIB is good.
The crash looks like GWES did not find the registry entries for the new
display driver. You have different variables for including the driver in the
image (DISP_DISPLAY) and the registry entries for the driver (BSP_CERDISP).
After MAKEIMG completes, check the contents of REGINIT.INI file in the
release directory to verify that the registry entries you expect are actualy
present.
You may want to experiment with a debug build to get more messages out of
GWES. I'd also recommend putting a few RETAILMSG() statements in your
driver to log intiaialization and function return values, until you get past
this fault.
-- Richard R. Lee, eMVP ATi technologies
- Next message: Stephan Wolf: "Re: NDIS driver not loading. DLL_PREOCESS_DETACH called"
- Previous message: Bruce Eitman \(eMVP\): "Re: WinCE Build problem with New driver"
- In reply to: Gaurav: "Help me to Bulid the kernel"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|