求助 安装arm-elf-tools出现错误
在FC6下出现如下错误:# ./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: ?????????
是什么原因阿 看了论坛上的帖子,问题已解决,可以编译了
我下载skyeye-binary-testutils-1.0.4.tar.bz2
进行测试时出现如下错误:
# 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
页:
[1]