Re: Help me to Bulid the kernel

From: Richard Lee (richardl_at_ati.com_nospam)
Date: 04/29/04


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


Relevant Pages

  • Re: Display Driver CETK
    ... be exposed by the display driver. ... 258164 PID:2a7000a TID:2bf000a Creating Global DirectDraw ... You know that Display driver is not a stream interface driver so it ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How to show/hide cursor on attach/deattach usb mouse
    ... I have modified the display driver properly and all works... ... Can you have any idea where i put registration notifications for usb mouse ... There's no 'enable/disable cursor here' function. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Display driver drawing corruption
    ... Depending on driver capabilities, ... to the DrvXXX drawing functions. ... There used to be an display driver for a hardware being ... to draw on the primary surface. ...
    (microsoft.public.development.device.drivers)
  • Re: Correct Video Port Architecture
    ... your display driver is not responsible for initializing ... TV/audio out jacks to the video port output. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Display driver debug problem
    ... ; MGDI NOP Display driver ... ENDIF IMG_NODISPLAY! ... >> matching symbolic information found. ...
    (microsoft.public.windowsce.platbuilder)