<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 3, 2021 at 5:01 PM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 03/05/2021 13:25, somesh deshmukh wrote:<br>
<br>
><br>
> I tried this patch with the master branch and the build is failing <br>
> after applying the patch.<br>
><br>
> The error message includes:<br>
><br>
> /home/somesh/Documents/rtems-temp/rtems/6/lib/gcc/riscv-rtems6/10.2.1/../../../../riscv-rtems6/bin/ld: <br>
> /home/somesh/work/rtems-master/rtems/build/riscv/rv64imafdc_medany/testsuites/samples/hello.exe <br>
> section `.unexpected_sections' will not fit in region <br>
> `UNEXPECTED_SECTIONS'<br>
> /home/somesh/Documents/rtems-temp/rtems/6/lib/gcc/riscv-rtems6/10.2.1/../../../../riscv-rtems6/bin/ld: <br>
> region `UNEXPECTED_SECTIONS' overflowed by 65537 bytes<br>
> collect2: error: ld returned 1 exit status<br>
><br>
> The overflowed size is equal to the size allocated for bsp_fdt_blob in <br>
> the bss section.  From example .lst file ' .bss 0000000000010000 <br>
> bsp_fdt_blob'<br>
><br>
> I found this in the riscv <a href="http://linkcmds.base.in" rel="noreferrer" target="_blank">linkcmds.base.in</a> <<a href="http://linkcmds.base.in" rel="noreferrer" target="_blank">http://linkcmds.base.in</a>> file:<br>
You probably have to run ./waf configure again to regenerate the linker <br>
command file.<br></blockquote><div>I performed the following sequence of instruction:</div><div>./waf clean</div><div>./waf configure</div><div>./waf</div><div><br></div><div>Tried this couple of times but the same result always. <br></div><div>I will try this again with fresh sources from rsb and rtems master branches.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
-- <br>
embedded brains GmbH<br>
Herr Sebastian HUBER<br>
Dornierstr. 4<br>
82178 Puchheim<br>
Germany<br>
email: <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
phone: +49-89-18 94 741 - 16<br>
fax:   +49-89-18 94 741 - 08<br>
<br>
Registergericht: Amtsgericht München<br>
Registernummer: HRB 157899<br>
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler<br>
Unsere Datenschutzerklärung finden Sie hier:<br>
<a href="https://embedded-brains.de/datenschutzerklaerung/" rel="noreferrer" target="_blank">https://embedded-brains.de/datenschutzerklaerung/</a><br>
<br>
</blockquote></div></div>