RTEMS building

5 views
Skip to first unread message

vai bas

unread,
Mar 22, 2012, 5:36:36 PM3/22/12
to rtems...@rtems.org
Hello,


         My RTEMS building process goes up to configure and build successfully with following information in console : 
rtems/tools/b-rtems-4.10-testing$ ../rtems-4.10.0/configure --enable-rtems-debug\--target=pc386-rtems4.10 --enable-posix --prefix=/opt/rtems-4.10\--enable-networking --enable-cxx --enable-rtemsbsp="pc386" --enable-maintainer-mode
checking for gmake... no
checking for make... make
checking for RTEMS Version... 4.10.0
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
configure: creating ./config.status
configure: configuring in ./tools/build
configure: running /bin/bash '../../../rtems-4.10.0/tools/build/configure' '--prefix=/opt/rtems-4.10--enable-networking' '--host=i686-pc-linux-gnu' '--build=i686-pc-linux-gnu'  '--enable-rtems-debug--target=pc386-rtems4.10' '--enable-posix' '--enable-cxx' '--enable-rtemsbsp=pc386' '--enable-maintainer-mode' '--target=i686-pc-linux-gnu'  '--cache-file=/dev/null' '--srcdir=../../../rtems-4.10.0/tools/build'
checking for gmake... no
checking for make... make
checking for RTEMS Version... 4.10.0
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
......................................
................................
checking for strtol... yes
checking for bash... /bin/bash
configure: creating ./config.status
config.status: creating Makefile
config.status: creating install-if-change
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in ./tools/cpu
configure: running /bin/bash '../../../rtems-4.10.0/tools/cpu/configure' '--prefix=/opt/rtems-4.10--enable-networking' '--host=i686-pc-linux-gnu' '--build=i686-pc-linux-gnu'  '--enable-rtems-debug--target=pc386-rtems4.10' '--enable-posix' '--enable-cxx' '--enable-rtemsbsp=pc386' '--enable-maintainer-mode' '--target=i686-pc-linux-gnu'  '--cache-file=/dev/null' '--srcdir=../../../rtems-4.10.0/tools/cpu'
checking for gmake... no
checking for make... make
checking for RTEMS Version... 4.10.0
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
..............................................
...................................................
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
configure: creating ./config.status
config.status: creating Makefile
=== configuring in generic (/home/vai/study/rtems/tools/b-rtems-4.10-testing/testsuites/tools/generic)
configure: running /bin/bash ../../../../rtems-4.10.0/testsuites/tools/generic/configure --disable-option-checking '--prefix=/opt/rtems-4.10--enable-networking'  '--host=i686-pc-linux-gnu' '--build=i686-pc-linux-gnu' '--enable-rtems-debug--target=pc386-rtems4.10' '--enable-posix' '--enable-cxx' '--enable-rtemsbsp=pc386' '--enable-maintainer-mode' '--target=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=i686-pc-linux-gnu' --cache-file=/dev/null --srcdir=../../../../rtems-4.10.0/testsuites/tools/generic
checking for gmake... no
checking for make... make
checking for RTEMS Version... 4.10.0
........................................
................................
config.status: creating Makefile
config.status: creating make/Makefile

rtems/tools/b-rtems-4.10-testing$ make all
Making all in make
make[1]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/make'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/make'
Making all in tools/build
make[1]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/build'
make  all-am
make[2]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/build'
make[2]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/build'
make[1]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/build'
Making all in tools/cpu
make[1]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/cpu'
Making all in generic
..............................................
make[1]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/c'
Making all in .
make[2]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/c'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/c'
make[1]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/c'
make[1]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing'

Everything seems okey in my opinion. Next step I tried to install using following command line using from this url http://www.rtems.org/wiki/index.php/Building_the_RTEMS_toolset_on_Ubuntu as resource 

rtems/tools/b-rtems-4.10-testing$ sudo PATH=/opt/rtems-4.10/bin:${PATH} make install
Making install in make
make[1]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/make'
make[2]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/make'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/opt/rtems-4.10--enable-networking/make" || /bin/mkdir -p "/opt/rtems-4.10--enable-networking/make"
 /usr/bin/install -c -m 644 ../../rtems-4.10.0/make/main.cfg ../../rtems-4.10.0/make/leaf.cfg '/opt/rtems-4.10--enable-networking/make'
test -z "/opt/rtems-4.10--enable-networking/make/Templates" || /bin/mkdir -p "/opt/rtems-4.10--enable-networking/make/Templates"
 /usr/bin/install -c -m 644 ../../rtems-4.10.0/make/Templates/Makefile.dir ../../rtems-4.10.0/make/Templates/Makefile.leaf ../../rtems-4.10.0/make/Templates/Makefile.lib '/opt/rtems-4.10--enable-networking/make/Templates'
test -z "/opt/rtems-4.10--enable-networking/make/custom" || /bin/mkdir -p "/opt/rtems-4.10--enable-networking/make/custom"
 /usr/bin/install -c -m 644 ../../rtems-4.10.0/make/custom/default.cfg '/opt/rtems-4.10--enable-networking/make/custom'
make[2]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/make'
make[1]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/make'
Making install in tools/build
make[1]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/build'
make[2]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/build'
test -z "/opt/rtems-4.10--enable-networking/bin" || /bin/mkdir -p "/opt/rtems-4.10--enable-networking/bin"
  /usr/bin/install -c cklength eolstrip packhex unhex rtems-bin2c '/opt/rtems-4.10--enable-networking/bin'
test -z "/opt/rtems-4.10--enable-networking/bin" || /bin/mkdir -p "/opt/rtems-4.10--enable-networking/bin"
 /usr/bin/install -c install-if-change '/opt/rtems-4.10--enable-networking/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/build'
make[1]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/build'
Making install in tools/cpu
make[1]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/cpu'
Making install in generic
make[2]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/cpu/generic'
make[3]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/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/vai/study/rtems/tools/b-rtems-4.10-testing/tools/cpu/generic'
make[2]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/cpu/generic'
make[2]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/cpu'
make[3]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/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/vai/study/rtems/tools/b-rtems-4.10-testing/tools/cpu'
make[2]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/cpu'
make[1]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/tools/cpu'
Making install in testsuites/tools
make[1]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/testsuites/tools'
Making install in generic
make[2]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/testsuites/tools/generic'
make[3]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/testsuites/tools/generic'
test -z "/opt/rtems-4.10--enable-networking/bin" || /bin/mkdir -p "/opt/rtems-4.10--enable-networking/bin"
 /usr/bin/install -c difftest '/opt/rtems-4.10--enable-networking/bin/./i686-pc-linux-gnu-difftest'
 /usr/bin/install -c sorttimes '/opt/rtems-4.10--enable-networking/bin/./i686-pc-linux-gnu-sorttimes'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/testsuites/tools/generic'
make[2]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/testsuites/tools/generic'
make[2]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/testsuites/tools'
make[3]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/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/vai/study/rtems/tools/b-rtems-4.10-testing/testsuites/tools'
make[2]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/testsuites/tools'
make[1]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/testsuites/tools'
Making install in c
make[1]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/c'
Making install in .
make[2]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/c'
make[3]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/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/vai/study/rtems/tools/b-rtems-4.10-testing/c'
make[2]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/c'
make[1]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing/c'
make[1]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing'
make[2]: Entering directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing'
make[1]: Leaving directory `/home/vai/study/rtems/tools/b-rtems-4.10-testing'

I found above information in my console. Can some experienced person make me understood that what should I do to run this RTEMS in my system further? Is there any problem in installation in given information? After that information nothing happened.. How can I run this RTEMS in my Virtual Box or how it should work??


            Thank you as advance.


Best regards
Vai,
Russia


Reply all
Reply to author
Forward
0 new messages