intelpt / WindowsIntelPT

This driver implements the Intel Processor Trace functionality in Intel Skylake architecture for Microsoft Windows
GNU General Public License v3.0
424 stars 113 forks source link

error LNK2019 #18

Open kouzhudong opened 5 years ago

kouzhudong commented 5 years ago

1>D:\code\git\WindowsIntelPT\WindowsPtDriver\IntelPt.cpp(1023,7): warning C4189: “lpBuff”: 局部变量已初始化但不引用 1> 正在创建库 D:\code\git\WindowsIntelPT\x64\Debug\WindowsPtDriver.lib 和对象 D:\code\git\WindowsIntelPT\x64\Debug\WindowsPtDriver.exp 1>DriverEntry.obj : error LNK2019: 无法解析的外部符号 "long cdecl DetectMicrosoftHyperV(struct _HYPERV_INFO *)" (?DetectMicrosoftHyperV@@YAJPEAU_HYPERV_INFO@@@Z),该符号在函数 DriverEntry 中被引用 1>DriverEntry.obj : error LNK2019: 无法解析的外部符号 "long cdecl InitGlobalHv(void)" (?InitGlobalHv@@YAJXZ),该符号在函数 DriverEntry 中被引用 1>DriverEntry.obj : error LNK2019: 无法解析的外部符号 "void cdecl DestroyGlobalHv(void)" (?DestroyGlobalHv@@YAXXZ),该符号在函数 "void cdecl DriverUnload(struct _DRIVER_OBJECT )" (?DriverUnload@@YAXPEAU_DRIVER_OBJECT@@@Z) 中被引用 1>IntelPt.obj : error LNK2019: 无法解析的外部符号 "long __cdecl HvCpuId(int const,int,int)" (?HvCpuId@@YAJQEAHHH@Z),该符号在函数 "void __cdecl CPUIDEX(int * const,int,int)" (?CPUIDEX@@YAXQEAHHH@Z) 中被引用 1>D:\code\git\WindowsIntelPT\x64\Debug\WindowsPtDriver.sys : fatal error LNK1120: 4 个无法解析的外部命令

zhangsiqiang001 commented 1 year ago

怎么样 怎么解决的