安装arm-elf-tools-20030314.sh出错
安装arm-elf-tools-20030314.sh是出现如下错误提示:tail: 无法打开 “+43” 读取数据: 没有那个文件或目录
gunzip: stdin: not in gzip format
不知道是什么原因,请各位帮帮忙。
我的系统是 FC5 将第39行的代码:
tail +${SKIP} ${SCRIPT} | gunzip | tar xvf -
改成如下:
tail -n +${SKIP} ${SCRIPT} | gunzip | tar xvf - think you!!!
页:
[1]