カーネルをデバッグできるbochsをインストールしたい。
まず、パッケージをダウンロードし、次に次の操作を行います。
tar zxvf bochs-2.4.6.tar.gz<br>
cd bochs-2.4.6.<br>
./configure --enable-debugger --enable-disasm
すべて問題ありませんが、コマンドを入力すると
sudo make
エラーが発生します:
bx_debug/libdebug.a(parser.o): In function `bxparse':
/home/guang/Download/bochs-20120923/bx_debug/y.tab.c:2186: undefined reference to `bxlex'
collect2: ld returned 1 exit status
make: *** [bochs] error 1
それを解決するにはどうすればいいでしょうか?