bochsdbg 설치 중 오류

bochsdbg 설치 중 오류

커널을 디버깅할 수 있는 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

해결하려면 어떻게 해야 하나요?

관련 정보