顯示具有 porting 標籤的文章。 顯示所有文章
顯示具有 porting 標籤的文章。 顯示所有文章

星期三, 8月 06, 2008

Build STLport-5.1.5 for arm

cd build/lib
./configure --target=arm-linux
make -f gcc.mak install-release-shared

Build libsigc++-2.0 for arm

./configure --prefix=/star.branches.avupnp/tools/arm-uclibc-3.4.6 --build=i386-pc-linux --host=arm-linux

vi Makefile
SUBDIRS = sigc++ tests docs examples scripts MSVC_Net2003
remove docs MSVC_Net2003
SUBDIRS = sigc++ tests examples scripts

Build libtorrent for arm

PKG_CONFIG_PATH=/star.branches.avupnp/tools/arm-uclibc-3.4.6/lib/pkgconfig/ ./configure --prefix=/star.branches.avupnp/tools/arm-uclibc-3.4.6 --enable-shared --build=i386-pc-linux --host=arm-linux --enable-aligned

Build openssl for arm

for openssl-0.9.8h

$ ./Configure linux-generic32 no-asm shared --prefix=/star.branches.avupnp/tools/arm-uclibc-3.4.6

$ vi Makefile
CC= arm-linux-gcc
AR=arm-linux-ar $(ARFLAGS) r
RANLIB= arm-linux-ranlib

install: all install_sw

$ make