Re: [Xmame] cross compile X-mame

2007-05-02 Thread changho kim
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...

Re: [Xmame] cross compile X-mame

2007-05-02 Thread Laurent Desnogues
On 5/2/07, changho kim [EMAIL PROTECTED] wrote: 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:

Re: [Xmame] cross compile X-mame

2007-05-02 Thread changho kim
I'm really sorry to send this mailTT As you say, i modify all... But below message appeard, this is another message src/cpu/cpu.mak:673: warning: overriding commands for target `xmame.obj/cpu/m68000/m68kmake.o' src/cpu/cpu.mak:658: warning: ignoring old commands for target

Re: [Xmame] cross compile X-mame

2007-05-02 Thread changho kim
Do i remove m68000 part? if m68000 part don't play a important role, i want to remove this difficult part...TT

Re: [Xmame] cross compile X-mame

2007-05-02 Thread Laurent Desnogues
On 5/2/07, changho kim [EMAIL PROTECTED] wrote: src/cpu/cpu.mak:673: warning: overriding commands for target `xmame.obj/cpu/m68000/m68kmake.o' src/cpu/cpu.mak:658: warning: ignoring old commands for target `xmame.obj/cpu/m68000/m68kmake.o' You made a mistake. Make sure you only have one

Re: [Xmame] cross compile X-mame

2007-05-02 Thread changho kim
Laurent!! This is success your advice really helps me... But new error appeared... This is library problem... The message is below [OSDEPEND] Compiling src/unix/video-drivers/xv.c ... arm-linux-gcc -O2 -std=gnu89 -Wall -Wno-unused -Isrc/expat -Isrc/zlib '-DINLINE=static __inline__'

Re: [Xmame] cross compile X-mame

2007-05-02 Thread Laurent Desnogues
On 5/2/07, changho kim [EMAIL PROTECTED] wrote: But Xv.h file don't exist in /usr/X11R6_ARM/include/extension directory Comment out X11_XV=1 in makefile.unix. Laurent ___ Xmame mailing list Xmame@toybox.twisted.org.uk

Re: [Xmame] cross compile X-mame

2007-05-02 Thread changho kim
Dear Laurent Thank you Very much This is success!!! But this size is very large... My embeded board capacity is 64Mbyte, but Xmame full size is 245Mbyte TT So i will try to compact xmame size.. Your help make success... I want to be like you!! Really Thank you ^^

Re: [Xmame] cross compile X-mame

2007-05-02 Thread Laurent Desnogues
On 5/2/07, changho kim [EMAIL PROTECTED] wrote: This is success!!! Good :) But this size is very large... My embeded board capacity is 64Mbyte, but Xmame full size is 245Mbyte TT So i will try to compact xmame size.. 245 MB is size with symbols. Do a size exec to know real size (program