<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div>Hi everybody!</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">According to instructions on <br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">http://alanstechnotes.blogspot.de/2013/03/compiling-and-installing-rtems-for.html</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">I built and installed RTEMS for Raspberry Pi on CentOS.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">All steps seem to work fine but at the final step when
 I want to "make install" following errors occurs:</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">In function 'newlib_create_hook':<br>../../../../../../rtems-git/c/src/../../cpukit/libcsupport/src/newlibc_reent.c:44:12: error: lvalue required as left operand of assignment<br>     _REENT = _GLOBAL_REENT;<br>            ^<br>../../../../../../rtems-git/c/src/../../cpukit/libcsupport/src/newlibc_reent.c:46:29: error: lvalue required as unary '&' operand<br>     _Thread_Set_libc_reent
 (&_REENT);<br>                             ^<br>gmake[4]: *** [src/libcsupport_a-newlibc_reent.o] Error 1<br>gmake[4]: Leaving directory `/home/rtems/development/rtems/build-rtems-rpi/arm-rtems4.11/c/raspberrypi/cpukit/libcsupport'<br>gmake[3]: *** [install-recursive] Error 1<br>gmake[3]: Leaving directory `/home/rtems/development/rtems/build-rtems-rpi/arm-rtems4.11/c/raspberrypi/cpukit'<br>gmake[2]: *** [install-recursive] Error 1<br>gmake[2]: Leaving directory `/home/rtems/development/rtems/build-rtems-rpi/arm-rtems4.11/c/raspberrypi'<br>gmake[1]: *** [install-recursive] Error 1<br>gmake[1]: Leaving directory `/home/rtems/development/rtems/build-rtems-rpi/arm-rtems4.11/c'<br>make: *** [install-recursive] Error 1<br>[root@localhost build-rtems-rpi]# make install ->
 OUTPUT.txt<br>../../../../../../rtems-git/c/src/../../cpukit/libcsupport/src/newlibc_reent.c: In function 'newlib_create_hook':<br>../../../../../../rtems-git/c/src/../../cpukit/libcsupport/src/newlibc_reent.c:44:12: error: lvalue required as left operand of assignment<br>     _REENT = _GLOBAL_REENT;<br>            ^<br>../../../../../../rtems-git/c/src/../../cpukit/libcsupport/src/newlibc_reent.c:46:29: error: lvalue required as unary '&' operand<br>     _Thread_Set_libc_reent (&_REENT);<br>                             ^<br>gmake[4]: *** [src/libcsupport_a-newlibc_reent.o] Error 1<br>gmake[3]: *** [install-recursive] Error 1<br>gmake[2]: *** [install-recursive] Error 1<br>gmake[1]: *** [install-recursive] Error
 1<br>make: *** [install-recursive] Error 1<br><br></div></div></body></html>