[s3c6410] gst-plugins-base-0.10.35 cross compile
임베디드/S3C6410 2011. 6. 23. 11:50
#!/bin/sh
./configure \
--prefix=$PWD/_install \
--host=arm-generic-linux-gnueabi \
--disable-x \
--disable-xvideo \
--disable-xshm \
--disable-cdparanoia \
--disable-gnome-vfs \
PKG_CONFIG="/app/bin/pkg-config"
orc 라이브러리를 요구 한다.(0.4.11 이상)./configure \
--prefix=$PWD/_install \
--host=arm-generic-linux-gnueabi \
--disable-x \
--disable-xvideo \
--disable-xshm \
--disable-cdparanoia \
--disable-gnome-vfs \
PKG_CONFIG="/app/bin/pkg-config"
orc 라이브러리 다운로드
orc cross compile
#!/bin/sh
./configure \
--prefix="/app" \
--host=arm-generic-linux-gnueabi
./configure \
--prefix="/app" \
--host=arm-generic-linux-gnueabi
**주의 gst-plugins-base 컴파일 중 orcc 유틸을 찾아서 실행하기 때문에 x86용 orcc도 만들어야 한다.
'임베디드 > S3C6410' 카테고리의 다른 글
[s3c6410] bzip2-1.0.6 cross compile (0) | 2011.06.23 |
---|---|
[s3c6410] gstreamer-0.10.30 + plugins cross compile (0) | 2011.06.23 |
[s3c6410] lame-3.98.4 cross compile (0) | 2011.06.23 |
[s3c6410] gst-plugin-base-0.10.22 cross compile (0) | 2011.06.23 |
[s3c6410] xvidcore-1.3.2 cross compile (0) | 2011.06.23 |