Coder Social home page Coder Social logo

Comments (10)

YanVugenfirer avatar YanVugenfirer commented on August 25, 2024

Hi Ben,

How do you build? Are you using buildall.bat?
Where is you DDK installed?

Please provide the output of the buildall.bat.

Best regards,
Yan.

On Dec 23, 2014, at 1:12 PM, Ben [email protected] wrote:

I build with winddk 7600.16385.1, but encountered 'DDK_TARGET_OS defined as "WinLH" (unsupported)" error, how should I do to build out the binary?


Reply to this email directly or view it on GitHub https://github.com/YanVugenfirer/kvm-guest-drivers-windows/issues/24.

from kvm-guest-drivers-windows.

geekben avatar geekben commented on August 25, 2024

I installed WinDDK 7600.16385.1 on a Windows7 machine, then open the "X64 free build environment" for windows vista and 2008 server as administrator; then I cd the the path of VirtIO, execute buildAll.bat, the output is:
virtio-error
Then, I cd to the path of NetKVM, and execute buildAll.bat, the output is:
netkvm-error
and, during the process, it always prints "...vs11 not installed", does this build also need some specific version of Visual Studio?

from kvm-guest-drivers-windows.

geekben avatar geekben commented on August 25, 2024

@YanVugenfirer , could you please share out how you build your building environment and how you build your code?

from kvm-guest-drivers-windows.

YanVugenfirer avatar YanVugenfirer commented on August 25, 2024

Hi,

First off all you need to run buildall.bat from regular command line. It will take care of setting of the build environments if needed.

Before that in order to build drivers for Vista and up (Windows 2008 server and up) you will need to install Visual Studio 2013 and Windows 8.1 WDK (you can manage with VS2012 and WDK 8, but you will need to change some scripts and you won't get Windows 8.1 and Windows 2012R2 specific drivers and will have to use Windows 8 and Windows 2012 drivers).

Best regards,
Yan.

from kvm-guest-drivers-windows.

geekben avatar geekben commented on August 25, 2024

Hi Yan,

Now I have installed VS2013 and WDK8.1, I can build out the NetKVM.sys file, but when it was creating the .cat file with inf2cat.exe, an error occurred: "netkvm.inf does not have NTAMD64 decorated model sections."

I found NT%ARCH% in the netkvm.inf in dir wlh, after I modified it to NTAMD64, build successfully.

How can I provide the %ARCH% var to the build environment?

Best regards,
Yan.

from kvm-guest-drivers-windows.

YanVugenfirer avatar YanVugenfirer commented on August 25, 2024

Hi Ben,

Please check that the repository was cloned with correct EOLs. MS stamp INF
utility fails to parse INF\INX files with Unix style EOLs.

Best regards,
Yan.

On Tue, Dec 30, 2014 at 4:52 AM, Ben [email protected] wrote:

Hi Yan,

Now I have installed VS2013 and WDK8.1, I can build out the NetKVM.sys
file, but when it was creating the .cat file with inf2cat.exe, an error
occurred: "netkvm.inf does not have NTAMD64 decorated model sections."

I found NT%ARCH% in the netkvm.inf in dir wlh, after I modified it to
NTAMD64, build successfully.

How can I provide the %ARCH% var to the build environment?

Best regards,
Yan.


Reply to this email directly or view it on GitHub
https://github.com/YanVugenfirer/kvm-guest-drivers-windows/issues/24#issuecomment-68325740
.


Daynix Computing LTD
Yan Vugenfirer, CEO
Email: [email protected]
Phone (Israel): +972-54-4758084
Phone (USA): +1-7204776716
Phone (UK): +44-2070482938
Web: www.daynix.com

from kvm-guest-drivers-windows.

geekben avatar geekben commented on August 25, 2024

Hi Yan,

Thanks a lot, I cloned the code in linux, so the EOLs are changed, that's the cause of some of the problems. But now I find that vioscsi can't build out no .sys files, how can I build vioscsi?

Best regards
Ben

from kvm-guest-drivers-windows.

YanVugenfirer avatar YanVugenfirer commented on August 25, 2024

Hi,

Sorry for that. Please pull latest changes.

Thanks,
Yan.

On Tue, Dec 30, 2014 at 1:54 PM, Ben [email protected] wrote:

Hi Yan,

Thanks a lot, I cloned the code in linux, so the EOLs are changed, that's
the cause of some of the problems. But now I find that vioscsi can't build
out no .sys files, how can I build vioscsi?

Best regards
Ben


Reply to this email directly or view it on GitHub
https://github.com/YanVugenfirer/kvm-guest-drivers-windows/issues/24#issuecomment-68350769
.


Daynix Computing LTD
Yan Vugenfirer, CEO
Email: [email protected]
Phone (Israel): +972-54-4758084
Phone (USA): +1-7204776716
Phone (UK): +44-2070482938
Web: www.daynix.com

from kvm-guest-drivers-windows.

geekben avatar geekben commented on August 25, 2024

Hi Yan,

Thanks a lot, new patches solved the problem.

Thanks!
Ben.

from kvm-guest-drivers-windows.

YanVugenfirer avatar YanVugenfirer commented on August 25, 2024

No problem.

Thank you for the reports.

On Wed, Dec 31, 2014 at 7:08 AM, Ben [email protected] wrote:

Hi Yan,

Thanks a lot, new patches solved the problem.

Thanks!
Ben.


Reply to this email directly or view it on GitHub
https://github.com/YanVugenfirer/kvm-guest-drivers-windows/issues/24#issuecomment-68424051
.


Daynix Computing LTD
Yan Vugenfirer, CEO
Email: [email protected]
Phone (Israel): +972-54-4758084
Phone (USA): +1-7204776716
Phone (UK): +44-2070482938
Web: www.daynix.com

from kvm-guest-drivers-windows.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.