[nvmewin] Cadence - new NVMe driver developer

Brenda Powers bpowers at cadence.com
Fri May 11 09:09:31 PDT 2012


Good Morning:

I am starting to use the Windows NVMe driver and need some initial guidance.

I am using Visual Studio Beta 11 as my environment. I created a new project from the NVMe code. When I  build the code I receive an error:

Error      1              error C1083: Cannot open include file: 'ntddk.h': No such file or directory                c:\users\bpowers\desktop\feg\nvmee_windows_driver\nvmewin\nvmewin\trunk\source\precomp.h             48                1              NVMeDriver

The precomp.h file has the contents:

/*
* File: precomp.h
*/

#include "ntddk.h"
#include "ntddscsi.h"
#include "ntdddisk.h"
#include <storport.h>

#include "nvme.h"
#include "nvmeReg.h"
#include "nvmeIoctl.h"
#include "nvmeStd.h"
#include "nvmePwrMgmt.h"
#include "nvmeSnti.h"
#include "nvmeSntiUtils.h"
#include "nvmeSntiTypes.h"
#include "nvmeIo.h"


Is there anything I have to do to setup the Visual Studio configuration to find this header file?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/nvmewin/attachments/20120511/022fa319/attachment.html>


More information about the nvmewin mailing list