Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试在 Windows 7 x64 中构建内核模式驱动程序。我已经禁用了补丁保护。每当我打开 x64 检查构建环境命令提示符时,我都会收到此错误“警告:不支持 x64 本机编译。使用交叉编译器”。请帮我解决这个错误。
那不是错误。这是完全正常的,你可以忽略它。它只是告诉你,x64 编译器实际上是一个生成 64 位代码的 32 位编译器。因此,术语“交叉编译器”。