按照基本示例构建 .c 文件来创建驱动程序将不起作用

发布于 2024-12-11 05:23:31 字数 631 浏览 0 评论 0原文

我正在遵循这个基本示例如何创建系统驱动程序:

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

她如夕阳 2024-12-18 05:23:31

尝试使用 VisualDDK。它与 VS2k10 很好地集成,减轻了有关构建设备驱动程序的所有负担。

Try using VisualDDK. It integrates nicely with VS2k10 and alleviates all the burdens regarding building of a device driver.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文