installazione tools mit Clicca QUI per vedere il messaggio nel forum |
paolos |
Ciao, qualcuno per caso è riuscito a installare la verione di qemu del mit? quello che viene utilizzato per fare girare jos?
io ho provato a seguire queste istruzioni su ubuntu:
Clone the 6.828 QEMU git repository
git clone http://pdos.csail.mit.edu/6.828/qemu.git -b 6.828-0.15
On Linux, you may need to install the SDL development libraries to get a graphical VGA window. On Debian/Ubuntu, this is the libsdl1.2-dev package.
Configure the source code
Linux: ./configure --disable-kvm [--prefix=PFX] [--target-list="i386-softmmu x86_64-softmmu"]
The prefix argument specifies where to install QEMU; without it QEMU will install to /usr/local by default. The target-list argument simply slims down the architectures QEMU will build support for.
Run make && make install
ma ho dei problemi,
se uso questa:
./configure --disable-kvm [--prefix=PFX] [--target-list="i386-softmmu x86_64-softmmu"]
se metto i parametri [--prefix=PFX] oppure [--target-list="i386-softmmu x86_64-softmmu"] dice:
NOTE: The object files are built at the place where configure is launched
mentre se uso solo
./configure
e dopo
make && make install
mi da un sacco d problemi sui permessi anche se uso sudo, e mi impedisce di finire l'installazione.
qualcuno per caso ci e' riuscito?
grazie mille
Paolo |
|
|
|