WDM device driver sources compilation

Dragon

WDM device driver sources compilation

Postby dirp » Thu Jul 30, 2009 7:59 am

Hi, I am trying to develop a device driver to get access to a PCI card. The device driver code example shipped with my dragon board seems like a good start point.

There are these file: DragonPCI.c DragonPCI.h ioctl.h MAKEFILE and Sources inside Driver WDM source folder. But how would I compile these codes to get .sys and .inf file. I tried the gnu make command but it says that no makefile found.

Thx.
dirp
 
Posts: 5
Joined: Thu Jun 18, 2009 3:33 am
Location: Indonesia

Postby karshant » Wed Aug 25, 2010 5:20 am

Hi,

U need to use windows C compiler and nmake from Windows DDK.
U need to install Windows Device Driver Kit from the link

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633f2ec14ff

regards,
karshant
karshant
 
Posts: 6
Joined: Sun Jun 06, 2010 1:50 am
Location: Kolkata, India


Return to PCI FPGA board