诸葛小胖 发表于 2015-6-13 12:03:05

help!~~在EDK中生成download.bit文件总是错误,错误提示如下

      在EDK中生成download.bit文件有错,错误提示如下:
      The following sections did not fit into Processor BRAM memory:
      Section .jcr (0xC002A064 - 0xC002A067)
      Section .eh_frame (0xC002A060 - 0xC002A063)
      Section .data (0xC00298D0 - 0xC002A05F)
      Section .rodata (0xC0026F40 - 0xC00298CF)
      Section .dtors (0xC0026F38 - 0xC0026F3F)
      Section .ctors (0xC0026F30 - 0xC0026F37)
       Section .fini (0xC0026F10 - 0xC0026F2F)
       Section .init (0xC0026ECC - 0xC0026F0F)
      Section .text (0xC0000000 - 0xC0026ECB)

   Try using the linker script generation tools to generate an ELF that maps
   correctly to your hardware design.
   Programming the FPGA failed due to errors from elfcheck


      打开Linker script generation tools,如图2所示,感觉也没啥错误。用的是战神2的板子。求高手指导~~~~

uisrc 发表于 2015-6-14 17:16:22

你这个download太大了,你是想放到DDR中运行代码把,放到DDR中运行不是这么弄的啊

诸葛小胖 发表于 2015-6-14 17:57:07

是不是要用到bootloader?

诸葛小胖 发表于 2015-6-14 17:57:38

admin 发表于 2015-6-14 17:16
你这个download太大了,你是想放到DDR中运行代码把,放到DDR中运行不是这么弄的啊


是不是要用到bootloader?

uisrc 发表于 2015-6-15 12:51:09

诸葛小胖 发表于 2015-6-14 09:57
是不是要用到bootloader?

这么大的程序需要从FLASH加载,用boot 引导方式

maminglong 发表于 2015-7-11 13:47:04

楼主和admin:怎么弄啊,我也遇到了同样的问题。

maminglong 发表于 2015-7-11 13:48:57

boot怎么引导加载flash?
能不能详细点?

Jaerunc 发表于 2020-11-2 23:28:27

help在EDK中生成download bit文件总是错误,错误提示如下

诸葛小胖 发表于 2015-6-14 17:57
是不是要用到bootloader?

页: [1]
查看完整版本: help!~~在EDK中生成download.bit文件总是错误,错误提示如下