Dear Laurent Desnogues
I run compile xmame as you say...
HOST_CC left as gcc.
uncomment ZLIB and EXPAT
But the problem that i told yesterday is appear ㅡㅡ;

arm-linux-gcc   xmame.obj/cpu/m68000/m68kmake.o   -o
xmame.obj/cpu/m68000/m68kmake
Generating M68K source files...
xmame.obj/cpu/m68000/m68kmake xmame.obj/cpu/m68000 src/cpu/m68000/m68k_in.c
xmame.obj/cpu/m68000/m68kmake: xmame.obj/cpu/m68000/m68kmake: cannot execute
binary file
make: *** [xmame.obj/cpu/m68000/m68kops.h] Error 126

This is my configuration related with compiler in Makefile

CC      = arm-linux-gcc
# CC    = @cc
# CC    = @icc
# CC    = @c89

# Uncomment for Sun Forte 7 and above C/C++ compiler, see below for
# additional optimizations.
# CC = @sun-forte

# Compiler for host compilations in cross-compiling environments (used
# in src/unix/unix.mak for m68k).
HOST_CC = @gcc
#HOST_CC = @gcc

I try to find other things, but i don't find...
This make me madness TT

Reply via email to