`ROM_INT' overflowed

Gedare Bloom gedare at rtems.org
Sat Apr 28 15:50:09 UTC 2012


On Sat, Apr 28, 2012 at 12:20 AM, Fered <a_Fered at yahoo.com> wrote:
> Hi;
> When I try to build RTEMS for ARM based BSPs in, I see the following error for
> lpc2362 BPS:
>
> /opt/rtems-4.10/lib/gcc/arm-rtems4.10/4.4.7/../../../../arm-rtems4.10/bin/ld:
> fileio.exe section `.text' will not fit in region `ROM_INT'
> /opt/rtems-4.10/lib/gcc/arm-rtems4.10/4.4.7/../../../../arm-rtems4.10/bin/ld:
> region `ROM_INT' overflowed by 17856 bytes
> collect2: ld returned 1 exit status
> gmake[5]: *** [fileio.exe] Error 1
>
> I use following commnad for configuration:
>
> ../configure --target=arm-rtems4.10 --
> prefix=/home/rtems/workspace/rtems-4.10.2/b-arm/bsp-install/
>
> I don't need to build samples and don't enable them in configuration.
> How can I fix this error?
>
Adding --disable-tests to your configure line should work. By default
configure enables --enable-tests=samples.

-Gedare


> Thanks.
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-users



More information about the users mailing list