在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