MPlayer-1.0pre7을 까는데 자꾸 이런 에러가 뜹니다..
환경은 레드햇9.0,arm-linux-gcc 3.2.1 을 씁니다..
에러는 다음과 같습니다..

make[2]: Leaving directory `/mplay/MPlayer-1.0pre7/tremor'
make[1]: Leaving directory `/mplay/MPlayer-1.0pre7'
arm-linux-gcc -c -I../libvo -I../../libvo  -O4   -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT  -I.            -o mplayer.o mplayer.c
arm-linux-gcc -c -I../libvo -I../../libvo  -O4   -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT  -I.            -o mp_msg.o mp_msg.c
arm-linux-gcc -c -I../libvo -I../../libvo  -O4   -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT  -I.            -o cpudetect.o cpudetect.c
gcc  -I. -g codec-cfg.c mp_msg.c -o codec-cfg -DCODECS2HTML
./codec-cfg ./etc/codecs.conf > codecs.conf.h
/bin/sh: line 1: ./codec-cfg: cannot execute binary file
make: *** [codecs.conf.h] 오류 126

파일을 삭제시키고 다시깔아도 똑같은 에러가 반복됩니다..
컨피규어 옵션은  ./configure --host-cc=gcc --cc=arm-linux-gcc --target=arm-linux --enable-static --prefix=/mplay --disable-win32 --disable-dvdread --enable-fbdev --disable-mencoder --with-x11incdir=/usr/arm-linux/include --with-x11libdir=/usr/arm-linux/lib --disable-mpdvdkit --disable-x11 --disable-sdl --enable-mad --with-madlibdir=/usr/arm-linux/lib
이렇게 주었습니다..아시는 분 있으시면 답변부탁드립니다...