-
Notifications
You must be signed in to change notification settings - Fork 27
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
Problem with compiling winkvm #2
Comments
Hi Currently, those definitions are not used in both kvmctldll or the driver. Thanks, 2014-04-09 14:05 GMT+09:00 rishi-rranjan notifications@github.com:
|
Thanks. I also realized that after going through the code. Will confirm if
|
Note that:
2014-04-09 14:18 GMT+09:00 rishi-rranjan notifications@github.com:
|
Hi John, After removing the lines from User.c, compilation succeeded but it did not On Tue, Apr 8, 2014 at 10:28 PM, John Smith notifications@github.comwrote:
|
How about in the Debug directory? 2014-04-09 22:49 GMT+09:00 rishi-rranjan notifications@github.com:
|
I did look into all the directories but did not see winkvmstab.sys. I am On Wed, Apr 9, 2014 at 6:13 PM, John Smith notifications@github.com wrote:
|
Ok, I'll check later. 2014-04-10 10:19 GMT+09:00 rishi-rranjan notifications@github.com:
|
I am trying to compile winkvm as per instruction at https://github.com/ddk50/winkvm.
Compilation of kvmctldll and KVM drivers goers through fine.
But when I try to compile WinKVM driver, I get following errors. I grep'ed the code but I don't see these
identifier. Can you please let me know where can Ifind the definition of these?
Error 1 error C2065: 'WINKVM_GET_HUGE_NONPAGEAREA' : undeclared identifier c:\sw\winkvm\vcproj\user\winkvmuser\user.c 137 1 winkvmuser
Error 2 error C2065: 'WINKVM_INIT_TESTMAP' : undeclared identifier c:\sw\winkvm\vcproj\user\winkvmuser\user.c 250 1 winkvmuser
Error 3 error C2065: 'WINKVM_RELEASE_TESTMAP' : undeclared identifier c:\sw\winkvm\vcproj\user\winkvmuser\user.c 275 1 winkvmuser
Error 4 error C2065: 'WINKVM_TESTMAP' : undeclared identifier c:\sw\winkvm\vcproj\user\winkvmuser\user.c 300 1 winkvmuser
Error 5 error C2065: 'WINKVM_EXECUTE_TEST' : undeclared identifier c:\sw\winkvm\vcproj\user\winkvmuser\user.c 563 1 winkvmuser
The text was updated successfully, but these errors were encountered: