Prev: Nu Horizons Spartan 3A DSP board
Next: how to use the design results of the vhdl code for a program in C code
From: weldat on 15 Mar 2010 02:17 >charlie78 schrieb: >> Hi all, >> XPS 10.1 returns me these errors... >> >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> region ilmb_cntlr_dlmb_cntlr is full (TestApp_Memory/executable.elf section >> .text) >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> section .init [00000050 -> 00000073] overlaps section .text [00000050 -> >> 00006863] >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> section .fini [00000074 -> 0000008f] overlaps section .text [00000050 -> >> 00006863] >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> section .rodata [00000090 -> 00000873] overlaps section .text [00000050 -> >> 00006863] >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> section .sdata2 [00000874 -> 00000877] overlaps section >> .text [00000050 -> 00006863] >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> section .data [00000878 -> 000009d7] overlaps section .text [00000050 -> >> 00006863] >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> section .ctors [000009d8 -> 000009df] overlaps section .text [00000050 -> >> 00006863] >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> section .dtors [000009e0 -> 000009e7] overlaps section .text [00000050 -> >> 00006863] >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> section .eh_frame [000009e8 -> 000009eb] overlaps section .text [00000050 >> -> 00006863] >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> section .jcr [000009ec -> 000009ef] overlaps section .text [00000050 -> >> 00006863] >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> section .bss [000009f0 -> 00000a13] overlaps section .text [00000050 -> >> 00006863] >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> section .heap [00000a14 -> 00000e17] overlaps section .text [00000050 -> >> 00006863] >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> section .stack [00000e18 -> 00001217] overlaps section .text [00000050 -> >> 00006863] >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> TestApp_Memory/executable.elf: section .text lma 0x50 overlaps previous >> sections >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> TestApp_Memory/executable.elf: section .fini lma 0x74 overlaps previous >> sections >> /cygdrive/c/Programmi/Xilinx/10.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld.real: >> TestApp_Memory/executable.elf: section .rodata lma 0x90 overlaps previous >> sections >> collect2: ld returned 1 exit status >> make: *** [TestApp_Memory/executable.elf] Error 1 >> >> May someone explain to me what they mean please? > >Your system is out of memory. You need to add more memory to store your >microblaze program > >> >> Thanks a lot >> >> Daniele >Hi Daniele; how can i add memory to store my microBlaze program is my system is out of memory? i am using DDR_SDRAM. THANK YOU WELDAT --------------------------------------- Posted through http://www.FPGARelated.com
From: Magne Munkejord on 15 Mar 2010 04:56
weldat wrote: > how can i add memory to store my microBlaze program is my system is out of > memory? > i am using DDR_SDRAM. > THANK YOU > WELDAT > > --------------------------------------- > Posted through http://www.FPGARelated.com This is a problem with your linker script. I am guessing you have modified a program and now some sections of it has grown and won't fit the assigned sections of memory anymore. If you are using XPS then you can auto generate the linker script. HTH, Magne |