compile zlib library
يكشنبه, ۲۳ مرداد ۱۴۰۱، ۱۰:۰۲ ب.ظ
First installation zlib library
zlib Official website :http://www.zlib.net/
compile zlib library ,./configure Incoming... Is not allowed –host Parameters ; If you don't support it, you need export CC Set to your arm Tool chain
Through here $ export CC=arm-linux-gnueabihf-gcc( Modify according to your own cross compiler tool chain arm-linux-gnueabihf-gcc) Configure the cross compiler tool .
cd zlib-1.2.11
export CC=arm-linux-gnueabihf-gcc
./configure --prefix=$PWD/tmp
make
make install
- ۰۱/۰۵/۲۳