<div dir="ltr"><div>It did run for me! <br></div>I just had to export the local bin path as it was on my machine. <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 26, 2015 at 8:34 PM, Joel Sherrill <span dir="ltr"><<a href="mailto:joel.sherrill@oarcorp.com" target="_blank">joel.sherrill@oarcorp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 03/26/2015 09:58 AM, Anand Krishnan wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
<br>
On Thu, Mar 26, 2015 at 8:18 PM, Joel Sherrill <<a href="mailto:joel.sherrill@oarcorp.com" target="_blank">joel.sherrill@oarcorp.com</a> <mailto:<a href="mailto:joel.sherrill@oarcorp.com" target="_blank">joel.sherrill@oarcorp.<u></u>com</a>>> wrote:<br>
<br>
<br>
<br>
    On March 26, 2015 9:45:29 AM CDT, Anand Krishnan<br></span><span class="">
    <<a href="mailto:anandkp92@gmail.com" target="_blank">anandkp92@gmail.com</a> <mailto:<a href="mailto:anandkp92@gmail.com" target="_blank">anandkp92@gmail.com</a>>> wrote:<br>
    ><br>
    ><br>
    ><br>
    >On Thu, Mar 26, 2015 at 8:07 PM, Joel Sherrill<br></span><span class="">
    ><<a href="mailto:joel.sherrill@oarcorp.com" target="_blank">joel.sherrill@oarcorp.com</a> <mailto:<a href="mailto:joel.sherrill@oarcorp.com" target="_blank">joel.sherrill@oarcorp.<u></u>com</a>>> wrote:<br>
    ><br>
    >On 03/26/2015 09:29 AM, Stanisław Grzeszczak wrote:<br>
    ><br>
    ><br>
    ><br>
    >Q 1: Do the mismatched paths mean that the build went wrong? Or should<br>
    >I just fix the paths by hand, or move the lib/include folders?<br>
    >(Q 2: Should the examples have already been built along with<br>
    everything<br>
    >else?)<br>
    ><br>
    >If you configured and built RTEMS using configure, make, etc and<br>
    >configured with<br>
    >--enable-tests=samples, the executable was there and has symbolic<br>
    >information in it.<br>
    ><br>
    >I have no idea what you did. If you used a native gcc or tried to<br>
    >compile it by hand,<br>
    >then it didn't work.<br>
    ><br>
    ><br>
    >When I had tried, I had to change the path variable to the directory<br>
    >where RSB built the tool-set.<br>
    ><br>
    >This was the code for I had to use: export<br>
    >PATH=/home/development/rtems/<u></u>4.11/bin:$PATH , before I ran bootstrap.<br>
    ><br>
<br>
    What is the contents of that bin directory?<br>
<br>
    Do "type autoconf" and make sure you are getting the one for RTEMS.<br>
<br>
The bin directory had all the tools created for sparc: sparc-rtems4.11-gcc, sparc-rtems4.11-gdb among others.<br>
It was created after I build the sparc tool-set.<br>
<br>
<br>
</span></blockquote>
Then when you are at the top of the rtems source tree,<br>
./bootstrap should just run without trouble based on you putting<br>
that directory at the head of your PATH.<br>
<br>
Then.... something like this<br>
<br>
$ cd ..<br>
$ mkdir b-sis<br>
$ cd b-sis<br>
$ ../rtems/configure --target=sparc-rtems4.11 --enable-rtemsbsp=sis --enable-tests=samples<br>
... that should end with a message indicating sis is a BSP to be built ...<br>
$ make<br>
$ find . -name "*.exe"<br>
... that should print a handful of executables..<br>
$ sparc-rtems4.11-gdb `find . -name hello.exe`<br>
.... gdb stuff ...<br>
(gdb) tar sim<br>
(gdb) load<br>
(gdb) run<br>
... output...<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
    ><br>
    >--<br>
    >-- Joel Sherrill<br>
    >Ask me about RTEMS: a free RTOS<br>
    >Support and Training Available<br>
    ><br>
    ><br>
    ><br>
    >_____________________________<u></u>__________________<br>
    >users mailing list<br></span>
    ><a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>><br>
    ><a href="http://lists.rtems.org/mailman/listinfo/users" target="_blank">http://lists.rtems.org/<u></u>mailman/listinfo/users</a><br>
<br>
    --joel<br>
<br>
<br>
</blockquote><div class="HOEnZb"><div class="h5">
<br>
<br>
-- <br>
-- Joel Sherrill<br>
Ask me about RTEMS: a free RTOS<br>
Support and Training Available<br>
<br>
</div></div></blockquote></div><br></div>