[nvmewin] Cadence - new NVMe driver developer

Ramakrishna, Aruna aruna.ramakrishna at intel.com
Fri May 11 09:26:47 PDT 2012


You should create the VS project as a driver project (project type settings); that should be it.

Thanks,
Aruna


From: nvmewin-bounces at lists.openfabrics.org [mailto:nvmewin-bounces at lists.openfabrics.org] On Behalf Of Brenda Powers
Sent: Friday, May 11, 2012 9:10 AM
To: nvmewin at lists.openfabrics.org
Subject: [nvmewin] Cadence - new NVMe driver developer

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/ab4cc770/attachment.html>


More information about the nvmewin mailing list