Fedora-ARM
全部博文(241)
分类: LINUX
2007-10-29 22:53:29
milkmilk2008-04-15 11:13:50
[hek@localhost u-boot-1.2.0]$ make hhek2410_config make: arm-linux-gcc:命令未找到 Configuring for hhek2410 board... [hek@localhost u-boot-1.2.0]$ make CROSS_COMPILE=arm-9tdmi-linux-gnu- for dir in tools examples post post/cpu ; do make -C $dir _depend ; done make[1]: Entering directory `/home/hek/haha/yizhiuboot/u-boot-1.2.0/tools' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/hek/haha/yizhiuboot/u-boot-1.2.0/tools' make[1]: Entering directory `/home/hek/haha/yi
chinaunix网友2008-01-09 16:37:35
上个问题解决了,可还是有错误,报错如下: common/libcommon.a(env_nand.o): In function `saveenv': /home/freedom/Desktop/uboot/u-boot-1.2.0/common/env_nand.c:212: undefined reference to `nand_info' make: *** [u-boot] Error 1 看了上面的解答,知道应该是nor flash的问题,nor flash删除了一些什么内容呢?我再看一下
chinaunix网友2008-01-08 12:04:50
我完全按照你的方法修改uboot1.2.0,gpio和内存地址分配参考开发商提供的bootloader 编译时保错,主要原因是在修改中删除了很多define,很多东西都没有定义了 flash.c: In function 'flash_init': flash.c:64: error: 'CFG_MAX_FLASH_BANKS' undeclared (first use in this function) flash.c:64: error: (Each undeclared identifier is reported only once flash.c:64: error: for each function it appears in.) flash.c:67: error: 'flash_info' undeclared (first use in this function) flash.c:75:2: error: #error "Unknown flash configured" flash.c:77: error: 'PHYS_FLASH_SIZE'