QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1747|回复: 3

skyeye运行uClinux 错误,求大侠指点

[复制链接]
发表于 2009-3-13 20:53:58 | 显示全部楼层 |阅读模式
fedora8系统 gcc4.1 编译skyeye-1.2.7 make是出现很多警告,但没有错误。最后也生成了可执行文件。
但用来运行uClinux内核时就不行

可以确定不是我编译的uClinux内核镜像错误,因为用我下载的测试包里的镜像也一样的错误

错误如下
   Bus read error, can not find corresponding bank for addr 0xe34a4,pc=0xe34a4
Bus read error, can not find corresponding bank for addr 0xe34a8,pc=0xe34a8
Bus read error, can not find corresponding bank for addr 0xe34ac,pc=0xe34ac
Bus read error, can not find corresponding bank for addr 0xe34b0,pc=0xe34b0
Bus read error, can not find corresponding bank for addr 0xe34b4,pc=0xe34b4
Bus read error, can not find corresponding bank for addr 0xe34b8,pc=0xe34b8
Bus read error, can not find corresponding bank for addr 0xe34bc,pc=0xe34bc
Bus read error, can not find corresponding bank for addr 0xe34c0,pc=0xe34c0
Bus read error, can not find corresponding bank for addr 0xe34c4,pc=0xe34c4
.......................................................................
发表于 2009-8-23 12:02:06 | 显示全部楼层
同样遇到这个问题!
回复

使用道具 举报

发表于 2009-8-26 18:42:11 | 显示全部楼层
/memory/ram.c文件中的mem_read函数
    *(uint8_t *)value = (uint8_t)mem_read_byte (offset);
修改为:
    *value = (uint8_t)mem_read_byte (offset);
回复

使用道具 举报

发表于 2009-9-30 21:15:54 | 显示全部楼层
修改后,可以跑一点,但是会提示如下错误,然后就卡死了。。。。

Atmel USART driver version 0.99
Kernel panic: Couldn't register serial driver
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-4-26 11:16 , Processed in 0.088345 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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