ifconfig eth0 10.220.6.222 netmask 255.255.255.0
mount -o nolock,wsize=1024,rsize=1024 10.220.6.122:/home/edu/share/ /mnt
1、进入libupnp所在文件夹,配置libupnp,make
cd /share/libupnp-1.6.21/
CC=arm-linux-gcc ./configure --prefix=/home/edu/share/libupnp-1.6.21/out --host=arm-linux
make clean;make;make install;
2、修改源程序中的makefile,make
makefile中要修改的地方:
CC = arm-linux-gcc
test: ( O B J S ) (OBJS) (