QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1228|回复: 1

求助 安装arm-elf-tools出现错误

[复制链接]
发表于 2006-11-19 00:06:21 | 显示全部楼层 |阅读模式
在FC6下出现如下错误:
[root@localhost Embeded]# ./arm-elf-tools-20030314.sh
tail: 无法打开 “+43” 读取数据: 没有那个文件或目录

gunzip: stdin: not in gzip format

不知道是什么原因。

我只好装了arm-elf-gcc,装好后测试程序:
#include "stdio.h"
int main(void)
{
    int i;
    for(i = 0; i < 6; i++){
        printf("i = %d  ",i);
        printf("Hello, embedded linux!\n");
    }
    return 0;
}

提示错误:
test.c:1: stdio.h: ?????????
是什么原因阿
 楼主| 发表于 2006-11-19 10:53:06 | 显示全部楼层
看了论坛上的帖子,问题已解决,可以编译了
我下载skyeye-binary-testutils-1.0.4.tar.bz2
进行测试时出现如下错误:
[root@localhost uclinux2]# skyeye linux
SKYEYE: If you have ELF kernel file, please use -e option to indicate your ELF format kernel filename
SKYEYE: If you only have kernel binary image, you should put the filename of kernel binary image in skyeye.conf file
Non-option argument linux
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
mach info: name at91, mach_init addr 0x805a3d0
ethmod num=1, mac addr=0:4:3:2:1:f, hostip=10.0.0.1
can't find device module: (null)
log_info: log is off.
log_info:log file is /tmp/test.log, fd is 0x964c2a0
log_info: log start clock 3200000
log_info: log end clock 3330000
SKYEYE: use arm7100 mmu ops
Loaded ROM   ./boot.rom
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-2 18:32 , Processed in 0.073432 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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