skyeye运行uClinux 错误,求大侠指点
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
....................................................................... 同样遇到这个问题! /memory/ram.c文件中的mem_read函数
*(uint8_t *)value = (uint8_t)mem_read_byte (offset);
修改为:
*value = (uint8_t)mem_read_byte (offset); 修改后,可以跑一点,但是会提示如下错误,然后就卡死了。。。。
Atmel USART driver version 0.99
Kernel panic: Couldn't register serial driver
:cry:
页:
[1]