bochs build trouble
Posted: Thu May 08, 2008 2:42 pm
hi
im trying to build and install the latest bochs source with debug and disassembly functionality:
But then "make" gives me the following:
Has anyone come across this before?
Thanks
Martin
im trying to build and install the latest bochs source with debug and disassembly functionality:
Code: Select all
./configure --enable-disasm --enable-debugger
Code: Select all
bx_debug/libdebug.a(dbg_main.o): In function `bx_dbg_take_command':
/home/sancho/bochs-2.3.6/bx_debug/dbg_main.cc:2017: undefined reference to `bx_cpu_c::dbg_take_dma()'
/home/sancho/bochs-2.3.6/bx_debug/dbg_main.cc:2026: undefined reference to `bx_cpu_c::dbg_take_irq()'
bx_debug/libdebug.a(dbg_main.o): In function `bx_dbg_stepN_command':
/home/sancho/bochs-2.3.6/bx_debug/dbg_main.cc:1543: undefined reference to `bx_cpu_c::cpu_loop(unsigned int)'
bx_debug/libdebug.a(dbg_main.o): In function `bx_dbg_continue_command':
/home/sancho/bochs-2.3.6/bx_debug/dbg_main.cc:1466: undefined reference to `bx_cpu_c::cpu_loop(unsigned int)'
collect2: ld returned 1 exit status
make: *** [bochs] Error 1
Thanks
Martin