go4321 发表于 2015-10-10 11:45:52

KVM-KMOD 编译出错问题的解决

  
总结了一下关于kvm-kmod-2.6.36编译出现的两个问题。当时纠结了很久,仅供参考。


(1)PC Linux system can’t compile KVM mode.
Description: When I compile KVM mode in PC, many error occurred , It said many symbols can’s be found.
Solution: Change the GCC and Make to a special version(GCC 4.5 Make3.81), then I can compile it perfectly . The kvm-kmod-2.6.36 need a special version for compiling in debian Linux.

(2)KVM mod can’s be compiled in bootable system.
Description: many symbols can’t be found when KVM be compiled.
Solution: Copy the Linux resource to bootable disk, and install the system modules by “make modules_install”. Then we can compile the KVM perfectly.
             版权声明:本文为博主原创文章,未经博主允许不得转载。
页: [1]
查看完整版本: KVM-KMOD 编译出错问题的解决