On 6/29/05, yhlu yinghailu@gmail.com wrote:
Please check your MB Config.lb
there should be no "section .rodata.str1.32" section because it is already be change to .init.rodata....
YH
After add "--rename-section .rodata.str1.32=.init.rodata.str1.32" in init.o makerule the make process succeed. The rodata.str1.32 section should be created by compiler, my gcc version is 3.3.3(Debian 20040417)