交叉编译Pjsip for arm linux

#!/bin/shlinux

 

EPTAH=/home/james/gcc-3.4.5-glibc-2.3.6/arm-softfloat-linux-gnuui

 

export PATH=$PATH:$EPTAH:$EPTAH/bincode

 

make cleanssl

 

./aconfigure CC=$EPTAH/bin/arm-softfloat-linux-gnu-gcc CROSS_COMPILE=$EPTAH/bin/arm-softfloat-linux-gnu-  --host=arm-softfloat-linux-gnu --target=arm-softfloat-linux-gnu --build=i686-linux --disable-speex-aec --disable-speex-codec --disable-l16-codec --disable-g722-codec --disable-ilbc-codec --disable-ssl --disable-soundget

 

 

make depgcc

 

makefloat