cd build/lib
./configure --target=arm-linux
make -f gcc.mak install-release-shared
星期三, 8月 06, 2008
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
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
$ ./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
訂閱:
文章 (Atom)