make: *** [install-recursive] Error 1
Chris Johns
chrisj at rtems.org
Tue Jul 16 22:41:23 UTC 2013
Ehsan Salmanpour wrote:
> Hi everybody!
>
> According to instructions on
> http://alanstechnotes.blogspot.de/2013/03/compiling-and-installing-rtems-for.html
> I built and installed RTEMS for Raspberry Pi on CentOS.
> All steps seem to work fine but at the final step when I want to "make
> install" following errors occurs:
You must be a using a recent RSB. :) The issue is discussed in this
thread ...
http://www.rtems.org/pipermail/rtems-devel/2013-July/003762.html
and why I posted this yesterday ..
http://www.rtems.org/pipermail/rtems-devel/2013-July/003761.html
The change is needed to support SMP and is critical. I hope the patches
are committed in the next day or so.
> In function 'newlib_create_hook':
> ../../../../../../rtems-git/c/src/../../cpukit/libcsupport/src/newlibc_reent.c:44:12:
> error: lvalue required as left operand of assignment
> _REENT = _GLOBAL_REENT;
> ^
> ../../../../../../rtems-git/c/src/../../cpukit/libcsupport/src/newlibc_reent.c:46:29:
> error: lvalue required as unary '&' operand
> _Thread_Set_libc_reent (&_REENT);
> ^
Please apply these patches from the start of July ...
http://www.rtems.org/pipermail/rtems-devel/2013-July/003574.html
http://www.rtems.org/pipermail/rtems-devel/2013-July/003575.html
Chris
More information about the users
mailing list