Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build failed #162

Open
DrBrown777 opened this issue Jun 26, 2023 · 1 comment
Open

build failed #162

DrBrown777 opened this issue Jun 26, 2023 · 1 comment

Comments

@DrBrown777
Copy link

Hello, execute comand:

buildtap.py -b --sdk=wdk

how to get around the following errors when building:
1.
C:\Program Files (x86)\Windows Kits\10\build\10.0.22621.0\WindowsDriver.common.targets(235,5): error : 'Win32' is not a valid architecture for Kernel mode drivers or UMDF drivers [C:\Users\Roman\Downloads\tap-windows6-master\src\tap-wi ndows6.vcxproj]
2.
C:\Program Files (x86)\Windows Kits\10\build\10.0.22621.0\WindowsDriver.common.targets(238,5): error : 'Windows7' is not a supported OS Version [C:\Users\Roman\Downloads\tap-windows6-master\src\tap-windows6.vcxproj]
3.
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(832,5): error : The BaseOutputPath/OutputPath property is not set for project 'tap-windows6.vcxproj'. Please chec k to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Release' Platform='arm64'. You may be seeing this message because you are trying to build a project without a s olution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [C:\Users\Roman\Downloads\tap-windows6-master\src\tap-windows6.vcxproj]
4.
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(832,5): error : The BaseOutputPath/OutputPath property is not set for project 'tap-windows6.vcxproj'. Please ch eck to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Release' Platform='arm64'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [C:\Users\Roman\Downloads\tap-windows6-master\src\tap-windows6.vcxproj]

@lucidmaj7
Copy link

@DrBrown777 It looks like you tried building with wdk 10.0.22621.0 and visual studio 2022.
However, visual studio 2022. and 10.0.22621.0 does not seem to support Windows 7, 32bit target build.
I recommend trying with visual studio 2019, wdk 10.0.22000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants