首页 > 学院 > 开发设计 > 正文

MSVC2015驱动开发

2019-11-11 04:57:37
字体:
来源:转载
供稿:网友

开发环境搭建

预备

需要下列硬件:

调试主机:运行windows10 系统(本文为x64)调试目标机:运行windows10 x64 系统主机(本文为x64)(或虚拟机)两台机器之间的有互通的网络有internet,可以下载符号文件

需要下列软件

windows10 SDKwindows10 wdk(本文为10)Visual Studio 2015

搭建

连通网络

打开调试目标机系统盘还原

电脑->属性->高级系统设置->系统保护 这里写图片描述

安装 WDK Test Target Setup

根据调试目标机的系统类型,选择相应的安装包。其位置在 wdk 安装位置: C:/PRogram Files (x86)/Windows Kits/10/Remote/选择 x64 安装包: C:/Program Files (x86)/Windows Kits/10/Remote/x64/WDK Test Target Setup x64-x64_en-us.msi复制安装包到测试目标机,并安装

设置MSVC2015

打开vc2015打开菜单:Driver->Test->Configure Devices… 点 Add New Device点 Add New Device 这里写图片描述点NEXT 这里写图片描述点下一步,开始安装 这里写图片描述 安装下面内容 Installing necessary components… Copying required files Task “Copying required files” completed successfully Configuring WDK Remote User Account Task “Configuring WDK Remote User Account” completed successfully Installing .NET Framework (possible reboot) Task “Installing .NET Framework (possible reboot)” completed successfully Installing VC Redist (x64) Task “Installing VC Redist (x64)” completed successfully Installing test automation (x86) Task “Installing test automation (x86)” completed successfully Installing test automation (x64) Task “Installing test automation (x64)” completed successfully Installing debuggers (x86) Task “Installing debuggers (x86)” completed successfully Installing debuggers (x64) Task “Installing debuggers (x64)” completed successfully Installing driver test framework Task “Installing driver test framework” completed successfully Registering logging components Task “Registering logging components” completed successfully Configuring TAEF test service to start automatically Task “Configuring TAEF test service to start automatically” completed successfully Configuring kernel debugger settings (possible reboot) Task “Configuring kernel debugger settings (possible reboot)” completed successfully Configuring computer settings (possible reboot) Task “Configuring coreboot)” completed successmputer settings (possible fully Creating system restore point Task “Creating stem restore point” compld successfully Complete

开发

从现有项目转换成MSVC2015项目

新建项目


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表