Changes

Jump to: navigation, search

MVM FAQs

764 bytes added, 14:57, 14 September 2017
no edit summary
The USB devices which are physically connected to the host machine can be connected to the guest machine with the <code>Devices->USB</code> menu, as shown in the following image.
[[File:MVM-USB-host-devices.png|thumb|center|600px]]
===Q: I can't start <code>make menuconfig</code>. How to fix it?===
If the following error is encountered when trying to configure the Linux kernel via <code>menuconfig</code>
<pre>
dvdk@vagrant-ubuntu-trusty-64:~/lynx/linux$ make O=../linux-build/ menuconfig
GEN /home/dvdk/lynx/linux-build/Makefile
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[2]: *** [scripts/kconfig/dochecklxdialog] Error 1
make[1]: *** [menuconfig] Error 2
make: *** [sub-make] Error 2
</pre>
, required libraries are missing.
 
Please install the following packages:
*<code>libncurses5-dev</code>
*<code>libncursesw5-dev</code>.
4,650
edits

Navigation menu