How to compile bochs ?
Posted: Thu Sep 17, 2015 1:31 pm
Hello,
I installed Bochs from the packages and additionally i want to install a second instance of Bochs with Debugging-enabled, like in the Document from http://wiki.osdev.org/Bochs. I used Bochs 2.6 and tried it with the following commands :
But it failed with the following error : Curses library not found: tried curses, ncurses, termlib and pdcurses.
And so I can't execute make and also not make-install.
What I am doing wrong ?
Thanks for all your help!
I installed Bochs from the packages and additionally i want to install a second instance of Bochs with Debugging-enabled, like in the Document from http://wiki.osdev.org/Bochs. I used Bochs 2.6 and tried it with the following commands :
Code: Select all
sudo apt-get install build-essential
Code: Select all
sudo apt-get install libgtk2.0-dev
Code: Select all
gunzip -c bochs-2.6.tar.gz | tar -xvf -
Code: Select all
./configure --enable-smp --enable-cpu-level=6 --enable-all-optimizations --enable-x86-64 --enable-pci --enable-vmx --enable-debugger --enable-disasm --enable-debugger-gui --enable-logging --enable-fpu --enable-3dnow --enable-cdrom --enable-x86-debugger --enable-iodebug --disable-plugins --disable-docbook --with-x --with-x11 --with-term
And so I can't execute make and also not make-install.
What I am doing wrong ?
Thanks for all your help!