韦东山Linux嵌入式课程社区
直播中

赵晓敏

7年用户 210经验值
私信 关注

uboot 1.1.6编译出错找不到答案该怎么办?

注意:如果点击空白处无法输入,则点击字会有输入提示符 | 则可以使用键盘进行输入!
此板块为 [uboot开发]

  • 问题所在章节:编译uboot
  • 发生问题的运行环境:uboot1.1.6  ubuntu 虚拟机
  • 问题发生描述:执行 make smdk2410_config 命令后,执行make all 进行编译 出现错误找不到答案



  • 输出的错误信息:
  • jedec_flash.c:1: warning: target CPU does not support interworking
  • jedec_flash.c: In function 'fill_info':
  • jedec_flash.c:1796: error: 'flash_info_t' has no member named 'portwidth'
  • jedec_flash.c:1796: error: 'flash_info_t' has no member named 'chipwidth'
  • jedec_flash.c:1799: error: 'flash_info_t' has no member named 'vendor'
  • jedec_flash.c:1801: error: 'flash_info_t' has no member named 'erase_blk_tout'
  • jedec_flash.c:1802: error: 'flash_info_t' has no member named 'buffer_write_tout'
  • jedec_flash.c:1803: error: 'flash_info_t' has no member named 'write_tout'
  • jedec_flash.c:1804: error: 'flash_info_t' has no member named 'name'
  • jedec_flash.c:1811: error: 'flash_info_t' has no member named 'chipwidth'
  • jedec_flash.c:1827: error: 'flash_info_t' has no member named 'addr_unlock1'
  • jedec_flash.c:1828: error: 'flash_info_t' has no member named 'addr_unlock2'
  • jedec_flash.c: In function 'jedec_flash_match':
  • jedec_flash.c:1862: error: 'flash_info_t' has no member named 'chipwidth'
  • jedec_flash.c:1866: error: 'flash_info_t' has no member named 'manufacturer_id'
  • jedec_flash.c:1867: error: 'flash_info_t' has no member named 'device_id'
  • jedec_flash.c: In function 'jedec_flash_probe':
  • jedec_flash.c:1882: error: 'flash_info_t' has no member named 'addr_unlock1'
  • jedec_flash.c:1883: error: 'flash_info_t' has no member named 'addr_unlock2'
  • /work/system/uboot/u-boot-1.1.6/config.mk:234: recipe for target 'jedec_flash.o' failed
  • make[1]: *** [jedec_flash.o] Error 1
  • make[1]: Leaving directory '/work/system/uboot/u-boot-1.1.6/drivers'
  • Makefile:273: recipe for target 'drivers/libdrivers.a' failed
  • make: *** [drivers/libdrivers.a] Error 2

回帖(1)

李果

2019-10-9 10:03:34
按照JZ2440开发板4.3寸LCD版使用手册实验 不会有问题的:

$ tar xjf u-boot-1.1.6.tar.bz2
$ cd u-boot-1.1.6
$ patch -p1 < ../u-boot-1.1.6_jz2440.patch
$ make 100ask24x0_config
$ make
举报

更多回帖

发帖
×
20
完善资料,
赚取积分