Installation query

Sarvesh Patkar sarveshspatkar at gmail.com
Fri Aug 7 14:33:43 UTC 2015


Hey guys,

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.

mkdir -p development/rtems/src
cd development/rtems/src
git clone git://git.rtems.org/rtems-source-builder.git
cd rtems-source-builder
source-builder/sb-check
cd rtems
../source-builder/sb-set-builder --log=l-pc386.txt
--prefix=/home/sarvesh/development/rtems/4.11 4.11/rtems-i386
/home/sarvesh/development/rtems/4.11/bin/i386-rtems4.11-gcc -v
git clone git://git.rtems.org/rtems.git
cd rtems
export PATH=/home/sarvesh/development/rtems/4.11/bin:$PATH
./bootstrap
cd ..
mkdir pc386
mkdir pc386/install
cd pc386
../rtems/configure --target=i386-rtems4.11 --enable-rtremsbsp=pc386
--enable-tests=samples --disable-posix
--prefix=/home/sarvesh/development/rtems/4.11/pc386/install
make

This is what happened at the very end of executing 'make'.
Rest of it seemed all correct.

Making all in edison
make[2]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c/edison'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c/edison'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'
make: *** [all-recursive] Error 1


I also tried running the next command according to the Quick Start page
sudo PATH=/home/sarvesh/development/rtems/4.11/bin:${PATH} make install

This is what followed.

Making install in tools/build
make[1]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/build'
make[2]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/build'
 /bin/mkdir -p '/home/sarvesh/development/rtems/4.11/pc386/install/bin'
  /usr/bin/install -c cklength eolstrip packhex unhex rtems-bin2c
'/home/sarvesh/development/rtems/4.11/pc386/install/bin'
 /bin/mkdir -p '/home/sarvesh/development/rtems/4.11/pc386/install/bin'
 /usr/bin/install -c install-if-change
'/home/sarvesh/development/rtems/4.11/pc386/install/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/build'
make[1]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/build'
Making install in tools/cpu
make[1]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu'
Making install in generic
make[2]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu/generic'
make[3]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu/generic'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu/generic'
make[2]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu/generic'
make[2]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu'
make[3]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu'
make[2]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu'
make[1]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/tools/cpu'
Making install in testsuites/tools
make[1]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools'
Making install in generic
make[2]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools/generic'
make[3]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools/generic'
 /bin/mkdir -p '/home/sarvesh/development/rtems/4.11/pc386/install/bin'
 /usr/bin/install -c difftest
'/home/sarvesh/development/rtems/4.11/pc386/install/bin/./i386-rtems4.11-difftest'
 /usr/bin/install -c sorttimes
'/home/sarvesh/development/rtems/4.11/pc386/install/bin/./i386-rtems4.11-sorttimes'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools/generic'
make[2]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools/generic'
make[2]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools'
make[3]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools'
make[2]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools'
make[1]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/testsuites/tools'
Making install in i386-rtems4.11/c
make[1]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'
Making install in .
make[2]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'
make[3]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'
make[2]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'








*Making install in edisonmake[2]: Entering directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c/edison'make[2]:
*** No rule to make target `install'.  Stop.make[2]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c/edison'make[1]:
*** [install-recursive] Error 1make[1]: Leaving directory
`/home/sarvesh/development/rtems/src/rtems-source-builder/rtems/pc386/i386-rtems4.11/c'make:
*** [install-recursive] Error 1*
Can you please help me understand why this may be happening and how it can
be overcome?

Thank you,

Sarvesh Patkar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20150807/c1398724/attachment.html>


More information about the users mailing list