These messages mean that your PowerPC code is too large. This a common occurrence when using LWIP. You need to reduce your code size some how. One way I've done this is by removing verbose error messages from the .c files in the drivers directory.
If you haven't added any PowerPC code, make sure all of your ISE/EDK are patched to the correct version. For 7.1, there was an EDK patch that was necessary to avoid this problem. Glenn On Tue, May 25, 2010 at 4:13 PM, David MacMahon <[email protected]>wrote: > I'm trying to build an ibob design with LWIP on 10.1, but I get this error > at link time... > > /vol/hitz/tools/commercial/xilinx/10.1/EDK/gnu/powerpc-eabi/lin64/bin/../lib/gcc/powerpc-eabi/4.1.1/../../../../powerpc-eabi/bin/ld: > region plb_bram_if_cntlr_1 is full (Software/executable.elf section .data) > > ... followed by a bunch of "section XXX overlaps section .text" and a bunch > of "section XXX oerlaps previous sections" messages. > > Does the "IBOB LWIP" block work under 10.1? > > Thanks, > Dave > > >

