When trying to compile RTEMS for the Stellaris LM3S6965 board, I had an
issue of pppd.exe's .rodata section being too big to fit in the board's
memory image (region 'ROM_INT' overflowed). I fixed it by adding a line
with pppd to lm3s6965-testsuite.tcfg:

diff --git
a/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965-testsuite.tcfg
b/c/src/lib/libbsp/arm/lm3s6
index 69bac56..86d1797 100644
--- a/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965-testsuite.tcfg
@@ -16,3 +16,4 @@ jffs2_fssymlink
 jffs2_fstime
 monitor02
 utf8proc01
+pppd
_______________________________________________
rtems-devel mailing list
rtems-devel@rtems.org
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to