the ROM_IMAGE_SIZE should be 0x20000 in target MB Config.
Please checkt that
You seem set that to ROM_IMAGE_SIZE to 0x16000, So change that to 0x20000 will solve the problem...
YH
On 12/2/05, Richard Smith smithbone@gmail.com wrote:
/usr/bin/ld: linuxbios: section .rom lma 0xfffb0000 overlaps previous sections / usr/bin/ld: linuxbios: section .init lma 0xfffb0120 overlaps previous sections /usr/bin/ld: linuxbios: section .data lma 0xfffb2fd0 overlaps previous sections /usr/bin/ld: linuxbios: section .init.data lma 0xfffb2fd0 overlaps previous sections collect2: ld returned 1 exit status make[1]: *** [linuxbios] Error 1
I don't know a whole lot about that board but normally that means your ROM_IMAGE_SIZE is too small.
-- Richard A. Smith