arm-linux-gcc xinetd-2.3.14
1、 xinetd-2.3.14的源码可以从http://www.xinetd.org/下载;
2、 解压源码到工作目录tar zxvf xinetd-2.3.14.tar.gz;
3、 在xinetd-2.3.14目录下配置:
./configure --host=arm-linux --prefix=/home/xxxx/rootfs/usr \
--exec-prefix=/home/xxxx/rootfs/usr
2、 解压源码到工作目录tar zxvf xinetd-2.3.14.tar.gz;
3、 在xinetd-2.3.14目录下配置:
./configure --host=arm-linux --prefix=/home/xxxx/rootfs/usr \
--exec-prefix=/home/xxxx/rootfs/usr
【注】configure更多参数可以执行./configure --help,了解;
4、 交叉编译:make
5、 安装:make install
5、 安装:make install
