Anyone having this problem with msc96?

C:\mingw\mess>make TARGET=mess OSD=winui
Generating i8x9x source file...
process_begin: CreateProcess(NULL, python src/emu/cpu/mcs96/mcs96make.py mcs96 src/emu/cpu/mcs96/mcs96ops.lst obj/winui/
emu/cpu/mcs96/mcs96.inc, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [obj/winui/emu/cpu/mcs96/mcs96.inc] Error 2

I'm using the mingw64-w32 package with gcc 4.4.7 which is the most recent package that work on my system.

Hmmm, unless I am misreading the source code, there are several files missing from the repository: i8x9x.inc, i8xc196.inc, and mcs96.inc.

Last edited by Robert Gault; 12/19/12 02:55 AM. Reason: more info