[LinuxBIOS] Re: Linuxbios is always 421bytes larger than allowed

Tao Liu liutao1980 at gmail.com
Mon Jul 4 05:11:47 CEST 2005


On 6/29/05, yhlu <yinghailu at 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) 

-- 
Regards,
Liu Tao




More information about the coreboot mailing list