[MPlayer-users] cross compile Mplayer for Motorola's powerpc ,help!!

armin.gerritsen at philips.com armin.gerritsen at philips.com
Wed Jun 4 14:51:36 CEST 2003


[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]


  Unrecognized opcode : 'emms'
     utils.o  error 1

------

[ Please loose the HTML format on such messages.]

EMMS is an assembly instruction (MMX context-switch to be exact). So
obviously something is wrong with your settings.
The compiler probably has some setting incorrect, that makes a i686 define
being passed, causing the makefile not to compile the generic C code (or
motorola assembly if it exist), but the MMX-assembly.

Are you sure you did the right configure? When I do a crosscompile on i686
for arm I do for instance:

./configure --cc=arm-linux-gcc --target=arm --enable-static --prefix=/home/a
gerrits/develop/mplayer/out --disable-win32 --disable-dvdnav --disable-strea
ming --disable-dvdread --enable-fbdev --disable-mencoder --enable-mad

I asume you have an error in the first two settings. (The other options are
not architecture specific).

Regards,

Armin




More information about the MPlayer-users mailing list