2016年12月20日 星期二

[Samba][ARM] samba-4.1.5 cross compile for ARMv7

Download Samba from github
Samba for ARM

Download repository from github
git clone https://github.com/Jumbo88888/Samba

Modify auto.sh
cd Samba/EMBED/samba

Modify following ARM-gcc
CC=arm-linux-gnueabihf-gcc \
AR=arm-linux-gnueabihf-ar \
CPP=arm-linux-gnueabihf-cpp \
RANLIB=arm-linux-gnueabihf-gcc-ranlib \
Save it.

Start to compile the code.
make && make install

0 意見:

張貼留言