in my xps implementaion elf file is not generated only the linker script is generated

these are my errors

/cygdrive/c/Xilinx/12.1/ISE_DS/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.2/../../../../microblaze-xilinx-elf/bin/ld: region ilmb_cntlr_dlmb_cntlr is full (take/executable.elf section .bss)

collect2: ld returned 1 exit status

make: *** [take/executable.elf] Error 1

how to rectify this and where the problem actually is??

help me

Reply to
George D
Loading thread data ...

microblaze-xilinx-elf/4.1.2/../../../../microblaze-xilinx-elf/bin/ld:

Your code is too big to fit in that memory space.

Increase the memory size or write smaller code.

- Brian

Reply to
Brian Drummond

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.