lrzsz工具移植-交叉编译
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
lrzsz工具在配合secureCRT相当实用,现把其移植到arm-linux下
交代下环境:
pc ubuntu9.10
cross-compile eldk41_gcc40
--1--获取源码
http://www.ohse.de/uwe/software/lrzsz.html
获取lrzsz-0.12.20.tar.gz
--2--解压源码
tar -xzf lrzsz-0.12.20.tar.gz
--3--修改配置
vi arm-linux.cache
将
ac_cv_prog_CC=${ac_cv_prog_CC='gcc'}
改成
ac_cv_prog_CC=${ac_cv_prog_CC='arm-linux-gcc'}
--4--配置源码
./configure --cache-file=./arm-linux.cache
--5--编译源码
make
--6--得到工具
在src/文件夹下的lrz和lsz工具即是交叉编译成功的lrzsz工具了
--7--实用
将lrz和lsz复制到板子/bin下,即可使用,当然要配合secureCRT
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)