按照基本示例构建 .c 文件来创建驱动程序将不起作用
我正在遵循这个基本示例如何创建系统驱动程序:
http://sriramk.com/blog/2007/09/world-windows-driver-from-scratch.html
当我进行构建时,我得到以下内容(在构建之上:行):
0>XmlLog::File::CopyXslFile(): Unable to copy the XML style sheet C:\WinDDK\\7600.16385.1\\bin\\x86\\build.xsl => \build.xsl. Error: 0x000000002
0>SetFileAttributeW(.\build.xsl) failed. Error: 0x000000002
它说编译了 0 个文件。
我导航到该路径 (C:\WinDDK\\7600.16385.1\\bin\\x86\\
),但那里没有 build.xsl
文件……?
我在 Windows 7 上。
I'm following this basic example how to create a system driver:
http://sriramk.com/blog/2007/09/world-windows-driver-from-scratch.html
When I do the build I get the following (above the BUILD: lines):
0>XmlLog::File::CopyXslFile(): Unable to copy the XML style sheet C:\WinDDK\\7600.16385.1\\bin\\x86\\build.xsl => \build.xsl. Error: 0x000000002
0>SetFileAttributeW(.\build.xsl) failed. Error: 0x000000002
and it says 0 files compiled.
I navigated to that path (C:\WinDDK\\7600.16385.1\\bin\\x86\\
) and I don't have a build.xsl
file there.......?
I am on windows 7.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 VisualDDK。它与 VS2k10 很好地集成,减轻了有关构建设备驱动程序的所有负担。
Try using VisualDDK. It integrates nicely with VS2k10 and alleviates all the burdens regarding building of a device driver.