<br><font size=1 face="sans-serif">I want to port U-boot to my custom Pentium
2 board, so I do a test compile of sc520_cdp config first, but can not
pass when linking.</font>
<br>
<br><font size=1 face="sans-serif">OS: Redhat 7.3 on X86</font>
<br><font size=1 face="sans-serif">gcc: &nbsp; &nbsp; &nbsp; 2.96-110</font>
<br><font size=1 face="sans-serif">binutils: &nbsp;2.11.93</font>
<br>
<br><font size=1 face="sans-serif">step:</font>
<br><font size=1 face="sans-serif">make distclean </font>
<br><font size=1 face="sans-serif">make sc520_cdp_config</font>
<br><font size=1 face="sans-serif">make</font>
<br><font size=1 face="sans-serif">ERROR:</font>
<br><font size=1 face="sans-serif">ld: section .data [387f6e00 -&gt; 387f7fa3]
overlaps section .rodata.str1.1 [387f6e00 -&gt; 387f868d]</font>
<br><font size=1 face="sans-serif">ld: section .realmode [387f7fa4 -&gt;
387f8109] overlaps section .rodata.str1.1 [387f6e00 -&gt; 387f868d]</font>
<br><font size=1 face="sans-serif">ld: section .bios [387f810a -&gt; 387f831b]
overlaps section .rodata.str1.1 [387f6e00 -&gt; 387f868d]</font>
<br><font size=1 face="sans-serif">make: *** [u-boot] Error 1</font>
<br>
<br><font size=1 face="sans-serif">why? how to correct this problem?? thanks
a lot!!!!</font>