Hi Fabio,<br>Tools directory is just for unpacking all other directories which we need to build RTEMS and RTEMS development tools. And here you unarchived the archived source code for development tools and RTEMS.<br><br>Now what u can do. Create a directory name "tools", unpack your "rtems" in this directory.  Make an another directory called "build-rtems" in the tools directory. And from there run the command you are using for building the RTEMS.<br>
<br>Manish<br><br><div class="gmail_quote">On Mon, Mar 11, 2013 at 8:50 PM, Bucher Fabio <span dir="ltr"><<a href="mailto:fabio.bucher@ntb.ch" target="_blank">fabio.bucher@ntb.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<br>
I hope you are not to unnerved because of me. I took the toolset 4.10 and installed them, so it created a directory /opt/rtems-4.10.<br>
The next step is to untar the RTEMS Source (rtems-4.10.2.tar.bz2). Now I am a little confused, because in the getting startet on-line library it said: "unpack the rtems source into the tools directory", but there is no such directory. So i unpacked it into /opt.<br>

<br>
Now I have a rtems-4.10 and a rtems-4.10.2 directory in /opt.<br>
<br>
Then I did: export PATH=/opt/rtems-4.10/bin:$PATH<br>
<br>
I can run the test programm in the terminal: sparc-rtems-gcc -v S f.c and the other one too, it works.<br>
<br>
Now I followed the next step: : ./bootstrap (in the rtems-4.10.2 directory), it didnt work (Error Message: couldnt find the commando aclocal, automake and autoconf).<br>
<br>
In a new directory (build-rtems): ../rtems-4.10.2/configure --target=sparc-rtems4.10 --enable-rtemsbsp=sis --enable-tests=samples --disable-posix [options from the quick start]<br>
gave me the error message:<br>
<br>
checking for gmake... gmake<br>
checking for RTEMS Version... 4.10.2<br>
checking build system type... i686-pc-linux-gnu<br>
checking host system type... i686-pc-linux-gnu<br>
checking target system type... sparc-unknown-rtems4.10<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p<br>
checking for gawk... gawk<br>
checking whether gmake sets $(MAKE)... yes<br>
checking whether to enable maintainer-specific portions of Makefiles... no<br>
configure: creating ./config.status<br>
configure: configuring in ./tools/build<br>
configure: running /bin/sh '../../../rtems-4.10.2/tools/build/configure' '--prefix=/opt/rtems-4.10' '--host=i686-pc-linux-gnu' '--build=i686-pc-linux-gnu'  '--enable-rtemsbsp=sis' '--enable-tests=samples' '--disable-posix' '--target=sparc-rtems4.10'  '--cache-file=/dev/null' '--srcdir=../../../rtems-4.10.2/tools/build'<br>

checking for gmake... gmake<br>
checking for RTEMS Version... 4.10.2<br>
checking build system type... i686-pc-linux-gnu<br>
checking host system type... i686-pc-linux-gnu<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p<br>
checking for gawk... gawk<br>
checking whether gmake sets $(MAKE)... yes<br>
checking whether to enable maintainer-specific portions of Makefiles... no<br>
checking for i686-pc-linux-gnu-gcc... no<br>
checking for gcc... no<br>
checking for i686-pc-linux-gnu-cc... no<br>
checking for cc... no<br>
checking for i686-pc-linux-gnu-cl.exe... no<br>
checking for cl.exe... no<br>
configure: error: in `/opt/b-sis/tools/build':<br>
configure: error: no acceptable C compiler found in $PATH<br>
See `config.log' for more details<br>
configure: error: /bin/sh '../../../rtems-4.10.2/tools/build/configure' failed for tools/build<br>
<br>
Where in this process is my mistake?<br>
Thank you for your help.<br>
<br>
_______________________________________________<br>
rtems-users mailing list<br>
<a href="mailto:rtems-users@rtems.org">rtems-users@rtems.org</a><br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/listinfo/rtems-users</a><br>
</blockquote></div><br>