MPlayer 1.0rc1 arm-linux-gcc(arm용으)로 compile시 에러나는 문제
MPlayer 1.0rc1을 arm용으로 컴파일을 하는데 아래의 에러내용이 발생하여습니다.
host pc 는 fedora core 6버전을 설치한 pc.
컴파일 순서는 다음과 같이 하였습니다.
./configure --host-cc=gcc --cc=arm-linux-gcc --target=arm-linux \
--enable-static --disable-win32 --disable-dvdnav \
--disable-dvdread --enable-fbdev --disable-mencoder \
--disable-mpdvdkit --disable-x11 --disable-pvr --disable-sdl --prefix=/mplayer
==> configuration option은
./configure -help를 통해서 optio을 확인할수 있다.
이렇게하고
vi config.mak
를 열어서 arm-linux가 설치된곳을 include하였습니다.
EXTRA_INC= -I/usr/arm-linux/include
이렇게 한후
make
를 실행하면 아래와 같은 에러가 발생합니다.
에러내용:
snow.c:3058: warning: passing arg 4 of `add_yblock' discards qualifiers from pointer target type
snow.c: In function `common_init':
snow.c:3748: warning: assignment from incompatible pointer type
snow.c:3748: warning: assignment from incompatible pointer type
snow.c:3749: warning: assignment from incompatible pointer type
snow.c:3749: warning: assignment from incompatible pointer type
snow.c:3750: warning: assignment from incompatible pointer type
snow.c:3750: warning: assignment from incompatible pointer type
snow.c:3751: warning: assignment from incompatible pointer type
snow.c:3751: warning: assignment from incompatible pointer type
arm-linux-gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See for instructions.
make[1]: *** [snow.o] Error 1
make[1]: Leaving directory `/project/MPlayer_arm/MPlayer-1.0rc1/libavcodec'
{standard input}: Assembler messages:
{standard input}:2774: Warning: end of file not at end of a line; newline inserted
{standard input}:3983: Error: unknown pseudo-op: `.l'
make: *** [libavcodec/libavcodec.a] 오류 2
==================================================================================
위의 에러와 같은 에러가 나는 경우에 대해서는
O4 -> O2 옵션으로 바꾸어서 컴파일을 한다.
그 파일만 컴파일을 다시한다.
그리고 다시
make를 수행한다...
그러면 컴파일 끝나고..
7.4MB정도의 mplayer를 얻을 수 있다...
그럼 target에서 올려보자...
댓글 달기