QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1890|回复: 5

求助,arm-elf-tools的安装问题

[复制链接]
发表于 2005-7-28 12:01:37 | 显示全部楼层 |阅读模式
我按照文档的说明,运行./arm-elf-tools-20030314.sh时系统提示说:
gunzip: stdin: invalid compressed data--format violated
怎么解决啊
我用的是redhat9
发表于 2005-7-28 20:07:31 | 显示全部楼层
是不是文件坏了,重新下载一个试一试。
回复

使用道具 举报

 楼主| 发表于 2005-7-28 21:21:32 | 显示全部楼层
解决了,谢谢!
回复

使用道具 举报

发表于 2005-8-8 22:02:02 | 显示全部楼层
楼主,我也遇到了和你一样的问题!你是怎么解决的啊??
回复

使用道具 举报

发表于 2005-8-10 10:23:11 | 显示全部楼层
嗯,确实有问题。  :-(
字节数应该是 18,406,845 bytes ,我重新上传了一个,现在可以下载了。
回复

使用道具 举报

发表于 2005-8-31 20:47:22 | 显示全部楼层
如果用的不是redhat 9.0 ,而是更新的linux发行版,可能会因为head / tail 程序不再支持 tail -xxx , 而是 tail -n xxx 。解决办法如下:

NOTE: If you get the error message 'tail: cannot open `+43' for reading: No such file or directory' when installing change line 39 from

tail +${SKIP} ${SCRIPT} | gunzip | tar xvf -

to

tail -n+${SKIP} ${SCRIPT} | gunzip | tar xvf -
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-5-11 04:28 , Processed in 0.083036 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表