Skip to content
Udo Steinberg edited this page Jul 12, 2013 · 8 revisions

Hypervisor Build

Tools

For building the hypervisor from source code the following tools are required.

GCC

  • For x86_32: 4.2 or higher
  • For x86_64: 4.5 or higher

Binutils

  • 2.21.51.0.3 or higher

Make

  • 3.81 or higher

Compiling the Code

  • For x86_32: cd build; make ARCH=x86_32
  • For x86_64: cd build; make ARCH=x86_64

If you don't specify ARCH, the architecture defaults to x86_32.

Clone this wiki locally