[MPlayer-users] MPlayer-1.0rc1 on XScale

Guillaume POIRIER poirierg at gmail.com
Sun Mar 4 12:45:53 CET 2007


Hi,

On 3/4/07, Enas Ashraf <enas_ashraf1611 at yahoo.com> wrote:
> Hi,
>   I'm trying to use MPlayer-1.0rc1 for X-Hyper270-TKU board based on Intel XScale processor PXA270 which is an ARMv5te architecture and containing mmx (iwmmxt).
>
>   i used the following configurations:
>   ./configure --cc=arm-linux-gcc --target=arm-linux --enable-static --disable
>   -win32 --disable-dvdnav --disable-dvdread --enable-fbdev --disable-x11 --
>   disable-sdl --disable-mencoder --enable-armv5te --enable-iwmmxt
>
>   an error occured while compilation which is:
>   dsputil.c: In function `dct264_sad8x8_c':
>   dsputil.c:3509: warning: passing arg 1 of pointer to function from incompatible pointer type
>   dsputil.c: In function `rd8x8_c':
>   dsputil.c:3575: internal compiler error: in assign_stack_temp_for_type, at function.c:655

You hit an ICE (internal compiler error), which means that your
compiler is broken.
Use a working compiler and you should be fine.

Guillaume



More information about the MPlayer-users mailing list