<div dir="ltr"><div><div><div><div><div>Hey guys,<br><br></div>I am a newbie. So, I am having a lot of doubts and issues in understanding while installation. I deleted all that I had installed till yesterday and started over. I executed the following commands.<br><br>mkdir -p development/rtems/src<br>cd development/rtems/src<br>git clone git://<a href="http://git.rtems.org/rtems-source-builder.git">git.rtems.org/rtems-source-builder.git</a><br>cd rtems-source-builder<br>source-builder/sb-check<br>cd rtems<br>../source-builder/sb-set-builder --log=l-pc386.txt --prefix=/home/sarvesh/development/rtems/4.11 4.11/rtems-i386<br>/home/sarvesh/development/rtems/4.11/bin/i386-rtems4.11-gcc -v<br>git clone git://<a href="http://git.rtems.org/rtems.git">git.rtems.org/rtems.git</a><br>cd rtems<br>export PATH=/home/sarvesh/development/rtems/4.11/bin:$PATH<br>./bootstrap<br>cd ..<br>mkdir pc386<br>mkdir pc386/install<br>cd pc386<br>../rtems/configure --target=i386-rtems4.11 --enable-rtremsbsp=pc386 --enable-tests=samples --disable-posix --prefix=/home/sarvesh/development/rtems/4.11/pc386/install <br></div>make<br><br>This is what happened at the very end of executing 'make'.<br>Rest of it seemed all correct.<br><div><br>Making all in edison<br>make[2]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c/edison'<br>make[2]: *** No rule to make target `all'.  Stop.<br>make[2]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c/edison'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'<br>make: *** [all-recursive] Error 1<br><br><br></div><div>I also tried running the next command according to the Quick Start page<br>sudo PATH=/home/sarvesh/development/rtems/4.11/bin:${PATH} make install<br><br></div>This is what followed.<br><br>Making install in tools/build<br>make[1]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/build'<br>make[2]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/build'<br> /bin/mkdir -p '/home/sarvesh/development/rtems/4.11/pc386/install/bin'<br>  /usr/bin/install -c cklength eolstrip packhex unhex rtems-bin2c '/home/sarvesh/development/rtems/4.11/pc386/install/bin'<br> /bin/mkdir -p '/home/sarvesh/development/rtems/4.11/pc386/install/bin'<br> /usr/bin/install -c install-if-change '/home/sarvesh/development/rtems/4.11/pc386/install/bin'<br>make[2]: Nothing to be done for `install-data-am'.<br>make[2]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/build'<br>make[1]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/build'<br>Making install in tools/cpu<br>make[1]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu'<br>Making install in generic<br>make[2]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu/generic'<br>make[3]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu/generic'<br>make[3]: Nothing to be done for `install-exec-am'.<br>make[3]: Nothing to be done for `install-data-am'.<br>make[3]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu/generic'<br>make[2]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu/generic'<br>make[2]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu'<br>make[3]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu'<br>make[3]: Nothing to be done for `install-exec-am'.<br>make[3]: Nothing to be done for `install-data-am'.<br>make[3]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu'<br>make[2]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu'<br>make[1]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu'<br>Making install in testsuites/tools<br>make[1]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools'<br>Making install in generic<br>make[2]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools/generic'<br>make[3]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools/generic'<br> /bin/mkdir -p '/home/sarvesh/development/rtems/4.11/pc386/install/bin'<br> /usr/bin/install -c difftest '/home/sarvesh/development/rtems/4.11/pc386/install/bin/./i386-rtems4.11-difftest'<br> /usr/bin/install -c sorttimes '/home/sarvesh/development/rtems/4.11/pc386/install/bin/./i386-rtems4.11-sorttimes'<br>make[3]: Nothing to be done for `install-data-am'.<br>make[3]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools/generic'<br>make[2]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools/generic'<br>make[2]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools'<br>make[3]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools'<br>make[3]: Nothing to be done for `install-exec-am'.<br>make[3]: Nothing to be done for `install-data-am'.<br>make[3]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools'<br>make[2]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools'<br>make[1]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools'<br>Making install in i386-rtems4.11/c<br>make[1]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'<br>Making install in .<br>make[2]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'<br>make[3]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'<br>make[3]: Nothing to be done for `install-exec-am'.<br>make[3]: Nothing to be done for `install-data-am'.<br>make[3]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'<br>make[2]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'<br><b>Making install in edison<br>make[2]: Entering directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c/edison'<br>make[2]: *** No rule to make target `install'.  Stop.<br>make[2]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c/edison'<br>make[1]: *** [install-recursive] Error 1<br>make[1]: Leaving directory `/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'<br>make: *** [install-recursive] Error 1<br><br></b></div>Can you please help me understand why this may be happening and how it can be overcome?<br><br></div>Thank you,<br><br></div>Sarvesh Patkar<br><div><div><div><div><div><div><div class="gmail_extra"><br><br></div></div></div></div></div></div></div></div>