I need to compile a bochs to run
old 386 apps in dos, it needs to run on my XP desktop, which is a 1.3ghz
Celeron laptop…..
I have downloaded and installed
cygwin, but I am having trouble compiling bochs,
Using the win32 src, I got errors
from iodev during make, so I tried the platform independent source and got
errors about typedef 32bit
Which is also in the iodev
directory………
I have a feeling many have been
down this road before, but searching list archives and forum have not been
successful………
On another note, what would be
needed to cross-compile such a bochs on my linux machine?
Does the CCFLAGS= “06
–march=Pentium” tell GCC that the machine doing the compiling is a
Pentium? –or
Is it instructing GCC to build for
a Pentium?
Is –enable-cpu-level=3 ALL that is
needed to build a 386 bochs?
TIA,
don