younew 发表于 2006-9-18 16:01:55

安装arm-elf-tools-20030314.sh出错

安装arm-elf-tools-20030314.sh是出现如下错误提示:

      tail: 无法打开 “+43” 读取数据: 没有那个文件或目录
      gunzip: stdin: not in gzip format

不知道是什么原因,请各位帮帮忙。
我的系统是 FC5

lumit-support-1 发表于 2006-9-19 23:23:45

将第39行的代码:
tail +${SKIP} ${SCRIPT} | gunzip | tar xvf -
改成如下:
tail -n +${SKIP} ${SCRIPT} | gunzip | tar xvf -

younew 发表于 2006-9-23 12:35:34

think you!!!
页: [1]
查看完整版本: 安装arm-elf-tools-20030314.sh出错