![]() |
2006-10-02
, 11:22
|
Posts: 105 |
Thanked: 1 time |
Joined on Feb 2006
|
#2
|
![]() |
2006-10-02
, 22:01
|
Posts: 8 |
Thanked: 0 times |
Joined on Oct 2006
|
#3
|
![]() |
2006-10-02
, 22:03
|
Posts: 8 |
Thanked: 0 times |
Joined on Oct 2006
|
#4
|
![]() |
2006-10-04
, 03:31
|
Posts: 7 |
Thanked: 0 times |
Joined on Sep 2006
|
#5
|
![]() |
2006-10-04
, 03:57
|
Posts: 7 |
Thanked: 0 times |
Joined on Sep 2006
|
#6
|
![]() |
2006-10-04
, 11:24
|
Posts: 105 |
Thanked: 1 time |
Joined on Feb 2006
|
#7
|
![]() |
2006-10-04
, 19:24
|
Posts: 8 |
Thanked: 0 times |
Joined on Oct 2006
|
#8
|
![]() |
2006-10-04
, 22:08
|
Posts: 8 |
Thanked: 0 times |
Joined on Oct 2006
|
#9
|
![]() |
2006-10-05
, 17:35
|
Posts: 8 |
Thanked: 0 times |
Joined on Oct 2006
|
#10
|
"error: compiled byte ordering doesn't match machine byte ordering"
"are you sure you choose the right arch?"
"compiled for msb-first, are you sure you choose the right cpu in makefile.unix"
I have set the MY_CPU to both arm926 and arm, but still get the same results. I have also tried turning on and off many of the CFLAGS, and tried forcing little endian compile in gcc. I modified the makefile.unix values based on the values found in the Makefile found at http://mame770.mysticserver.com/. I've also compiled xmame-0.103 using the mysticserver 0.103 Makefile and get the same error message when I try to run it. I get the same error message when I run xmess-0.58.1.
I've gotten Frodo (Commodore 64 emulator) as well as Stella (Atari 2600 emulator) compiled for ARM and working on the 770, so I don't understand why I am having so much trouble with xMAME. All are being compiled under the same Ubuntu 5.10 environment. Any ideas? Thanks.