Bochs compile failing on Ubuntu?

Programming, for all ages and all languages.
Post Reply
vwrobc
Posts: 2
Joined: Thu Jul 02, 2009 3:22 pm

Bochs compile failing on Ubuntu?

Post by vwrobc »

Hi all!

I am trying to compile Bochs with debugging support on Ubuntu 8.04 (and gcc 4.2.4) but it fails with this error:

Code: Select all

proc_ctrl.cc: In static member function ‘static void bx_cpu_c::MOV_CdRd(bxInstruction_c*)’:
proc_ctrl.cc:654: error: ‘CheckPDPTR’ was not declared in this scope
proc_ctrl.cc:668: error: ‘CheckPDPTR’ was not declared in this scope
make[1]: *** [proc_ctrl.o] Error 1
make[1]: Leaving directory `/usr/local/src/bochs-2.4.1/cpu'
make: *** [cpu/libcpu.a] Error 2
I have tried searching and come up with only one reference by Gman to the same issue in this thread. Apparently it was solved but it doesn't say how :(

I'm just getting stuck into a kernel dev tutorial and really need to see what is going on with debug support. Can anyone help me out, please?

Thanks!
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Re: Bochs compile failing on Ubuntu?

Post by 01000101 »

http://www.nabble.com/Debian-5-i386-com ... 65954.html

maybe you should be using the CVS build.
vwrobc
Posts: 2
Joined: Thu Jul 02, 2009 3:22 pm

Re: Bochs compile failing on Ubuntu?

Post by vwrobc »

Thankyou! I now have cvs bochs up and running with debug. =D>
Post Reply