<p dir="ltr"><br>
On Jun 4, 2014 1:44 PM, Gedare Bloom <gedare@rtems.org> wrote:<br>
><br>
> Hi Martin,<br>
><br>
> On Wed, Jun 4, 2014 at 2:41 PM, Martin Galvan <omgalvan.86@gmail.com> wrote:<br>
> > Hi everyone! I'm having a problem when trying to cross-compile RTEMS for a<br>
> > Stellaris LM3S6965 board. I checked out HEAD using<br>
> ><br>
> > git clone git://git.rtems.org/rtems.git<br>
> ><br>
> > and built the toolchain using the RTEMS Source Builder, after which I ran<br>
> > the bootstrap script and did the following:<br>
> ><br>
> > $../rtems/configure --target=arm-rtems4.11 --enable-rtemsbsp=lm3s6965<br>
> > --enable-tests=samples --enable-posix<br>
> > $ make<br>
> ><br>
> > However, after a while the compilation stops with the following error:<br>
> ><br>
> > /home/martin/tools/lib/gcc/arm-rtems4.11/4.8.2/../../../../arm-rtems4.11/bin/ld:<br>
> > pppd.exe section `.rodata' will not fit in region `ROM_INT'<br>
> > /home/martin/tools/lib/gcc/arm-rtems4.11/4.8.2/../../../../arm-rtems4.11/bin/ld:<br>
> > region `ROM_INT' overflowed by 45932 bytes<br>
> > collect2: error: ld returned 1 exit status<br>
> This error indicates that pppd is too big when compiled for it to fit<br>
> in the memory image of the board.</p>
<p dir="ltr">This should have been addressed when Chris added the .tcfg files in various BSPs make/custom directory.</p>
<p dir="ltr">Have you rebased recently?</p>
<p dir="ltr">> > make[6]: *** [pppd.exe] Error 1<br>
> > make[6]: Leaving directory<br>
> > `/home/martin/tools/stellaris/arm-rtems4.11/c/lm3s6965/testsuites/samples/pppd'<br>
> > make[5]: *** [all-local] Error 1<br>
> > make[5]: Leaving directory<br>
> > `/home/martin/tools/stellaris/arm-rtems4.11/c/lm3s6965/testsuites/samples'<br>
> > make[4]: *** [all] Error 2<br>
> > make[4]: Leaving directory<br>
> > `/home/martin/tools/stellaris/arm-rtems4.11/c/lm3s6965/testsuites/samples'<br>
> > make[3]: *** [all-recursive] Error 1<br>
> > make[3]: Leaving directory<br>
> > `/home/martin/tools/stellaris/arm-rtems4.11/c/lm3s6965/testsuites'<br>
> > make[2]: *** [all-recursive] Error 1<br>
> > make[2]: Leaving directory<br>
> > `/home/martin/tools/stellaris/arm-rtems4.11/c/lm3s6965'<br>
> > make[1]: *** [all-recursive] Error 1<br>
> > make[1]: Leaving directory `/home/martin/tools/stellaris/arm-rtems4.11/c'<br>
> > make: *** [all-recursive] Error 1<br>
> ><br>
> > Did anyone else have the same error? I don't recall tampering with anything<br>
> > so I don't know what could be causing it.<br>
> ><br>
> > _______________________________________________<br>
> > rtems-users mailing list<br>
> > rtems-users@rtems.org<br>
> > http://www.rtems.org/mailman/listinfo/rtems-users<br>
> ><br>
> _______________________________________________<br>
> rtems-users mailing list<br>
> rtems-users@rtems.org<br>
> http://www.rtems.org/mailman/listinfo/rtems-users<br>
</p>