<div dir="ltr"><div><div>Hi everyone! I'm having a problem when trying to cross-compile RTEMS for a Stellaris LM3S6965 board. I checked out HEAD using <br><br>git clone git://<a href="http://git.rtems.org/rtems.git">git.rtems.org/rtems.git</a> <br>
<br>and built the toolchain using the RTEMS Source Builder, after which I ran the bootstrap script and did the following:<br><br>$../rtems/configure --target=arm-rtems4.11 --enable-rtemsbsp=lm3s6965 --enable-tests=samples --enable-posix<br>
$ make<br><br></div>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: 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: region `ROM_INT' overflowed by 45932 bytes<br>collect2: error: ld returned 1 exit status<br>make[6]: *** [pppd.exe] Error 1<br>make[6]: Leaving directory `/home/martin/tools/stellaris/arm-rtems4.11/c/lm3s6965/testsuites/samples/pppd'<br>
make[5]: *** [all-local] Error 1<br>make[5]: Leaving directory `/home/martin/tools/stellaris/arm-rtems4.11/c/lm3s6965/testsuites/samples'<br>make[4]: *** [all] Error 2<br>make[4]: Leaving directory `/home/martin/tools/stellaris/arm-rtems4.11/c/lm3s6965/testsuites/samples'<br>
make[3]: *** [all-recursive] Error 1<br>make[3]: Leaving directory `/home/martin/tools/stellaris/arm-rtems4.11/c/lm3s6965/testsuites'<br>make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/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></div>Did anyone else have the same error? I don't recall tampering with anything so I don't know what could be causing it.<br>
</div>