<p dir="ltr"><br>
On Jul 8, 2016 9:44 AM, "Sebastian Huber" <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br>
><br>
><br>
><br>
> On 08/07/16 08:54, Ruhollah Majdoddin wrote:<br>
>><br>
>> I try to have RSB to build the NetSNMP package, but it fails. The RSB<br>
>> and RTEMS kernel  are both 4.12, target architecture is ARM and BSP is<br>
>> atsamv (arch/bsp are already built in prefix).<br>
>><br>
>> As far as I can see,  one problem is that function "isspace" from<br>
>> cctype is undeclared, and the other is with linking:</p>
<p dir="ltr">Sebastian explained the link error.</p>
<p dir="ltr">My thought on isspace is that it is guarded by a feature flag which you haven't enabled. See <a href="http://linux.die.net/man/3/isspace">http://linux.die.net/man/3/isspace</a> for advice. That may indicate an issue with the single file or an argument to pass to define the flag.</p>
<p dir="ltr">>> linkcmds.base:390 cannot move location counter backwards  (from<br>
>> 00000000204bf480 to 000000002045f000)<br>
>><br>
>> Any suggestions?<br>
><br>
><br>
> Your application exceeds the available memory resources. See README of the BSP for memory options.<br>
><br>
> -- <br>
> Sebastian Huber, embedded brains GmbH<br>
><br>
> Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
> Phone   : +49 89 189 47 41-16<br>
> Fax     : +49 89 189 47 41-09<br>
> E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a><br>
> PGP     : Public key available on request.<br>
><br>
> Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
><br>
><br>
> _______________________________________________<br>
> users mailing list<br>
> <a href="mailto:users@rtems.org">users@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/users">http://lists.rtems.org/mailman/listinfo/users</a><br>
</p>