<div dir="ltr">That is a feature, not a bug :-). RSB is telling you it is missing some parts on your system that it needs to run. Specifically:<br><br><div>error: exe: not found: (__bison) /usr/bin/bison</div><div>error: exe: not found: (__cvs) /usr/bin/cvs</div><div>error: exe: not found: (__flex) /usr/bin/flex<br><br></div><div>So you have to install cvs, flex and bison, then re-run sb-check, and assuming it says the environment is then OK, continue.<br><br></div><div>Good luck!<br><br></div><div><br></div><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 15, 2015 at 2:17 AM, Angelo Fraietta <span dir="ltr"><<a href="mailto:newsgroups@smartcontroller.com.au" target="_blank">newsgroups@smartcontroller.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I got an error on first part of tutorial<div><br><div><div>angelo@debian:~/development/rtems/sources$ git clone -b beagle <a href="https://github.com/bengras/rtems-source-builder.git" target="_blank">https://github.com/bengras/rtems-source-builder.git</a></div><div>Cloning into rtems-source-builder...</div><div>remote: Counting objects: 5104, done.</div><div>remote: Total 5104 (delta 0), reused 0 (delta 0), pack-reused 5104</div><div>Receiving objects: 100% (5104/5104), 3.22 MiB | 694 KiB/s, done.</div><div>Resolving deltas: 100% (3163/3163), done.</div><div>angelo@debian:~/development/rtems/sources$ ./rtems-source-builder/source-builder/sb-</div><div>sb-bootstrap     sb-check         sb-reports       sb-set-builder</div><div>sb-builder       sb-defaults      sb-rtems-config</div><div>angelo@debian:~/development/rtems/sources$ ./rtems-source-builder/source-builder/sb-</div><div>sb-bootstrap     sb-check         sb-reports       sb-set-builder</div><div>sb-builder       sb-defaults      sb-rtems-config</div><div>angelo@debian:~/development/rtems/sources$ ./rtems-source-builder/source-builder/sb-check</div><div>RTEMS Source Builder - Check, v0.5.0</div><div>error: exe: not found: (__bison) /usr/bin/bison</div><div>error: exe: not found: (__cvs) /usr/bin/cvs</div><div>error: exe: not found: (__flex) /usr/bin/flex</div></div><div><br></div></div><span class=""><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 13, 2015 at 10:14 PM, Andrew Harris <span dir="ltr"><<a href="mailto:andrew.unit@gmail.com" target="_blank">andrew.unit@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div>Hello,<br><br></div>   I'm not sure how to attach an interrupt in the beaglebone ARM bsp.  I learned that the "rtems_interrupt_catch" method of binding an interrupt to an ISR won't work by noticing that the CPU_SIMPLE_VECTORED_INTERRUPTS is set to FALSE in cpu.h for the beaglebone BSP.  I want to try binding an interrupt from the I2C Bus 1 into RTEMS, but I'm not sure where to go next in terms of how to attach the interrupt.  Any help would be appreciated.<span><font color="#888888"><br><br></font></span></div><span><font color="#888888">-andrew<br></font></span></div><br>_______________________________________________<br>users mailing list<br><a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br><a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a><br></blockquote><div><br></div></div></div></span></div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Mon, Jun 1, 2015 at 6:06 PM, Ben Gras <span dir="ltr"><<a href="mailto:beng@shrike-systems.com" target="_blank">beng@shrike-systems.com</a>></span> wrote:<br></span><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi Angelo,<br><br></div><div>Nice to hear of your interest!<br><br></div><div>This tutorial covers everything from scratch and I recently verified the instructions work & the built result works :).<br><br><a href="http://www.shrike-systems.com/beagleboard-xm-beaglebone-black-and-everything-else-rtems-on-the-beagles.html" target="_blank">http://www.shrike-systems.com/beagleboard-xm-beaglebone-black-and-everything-else-rtems-on-the-beagles.html</a><br><br></div><div>Personally I've been using Ubuntu 14.04 to build lately. Not my first choice in working environment but it's what I have at the moment.<br></div><div><br><br></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 1, 2015 at 7:27 AM, angelo fraietta <span dir="ltr"><<a href="mailto:newsgroups@smartcontroller.com.au" target="_blank">newsgroups@smartcontroller.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    I have been given go-ahead to actually start looking at testing
    beaglebone with RTEMS.<br>
    <br>
    Does anyone have the most current instructions for building and
    running on BB.<br>
    <br>
    Also, what platforms are people using for development?<span><br>
    <br>
    Thanks<br>
    <br>
    <br>
    <div>On 13/04/2015 10:14 PM, Andrew Harris
      wrote:<br>
    </div>
    </span><blockquote type="cite"><div><div>
      <div dir="ltr">
        <div>
          <div>Hello,<br>
            <br>
          </div>
             I'm not sure how to attach an interrupt in the beaglebone
          ARM bsp.  I learned that the "rtems_interrupt_catch" method of
          binding an interrupt to an ISR won't work by noticing that the
          CPU_SIMPLE_VECTORED_INTERRUPTS is set to FALSE in cpu.h for
          the beaglebone BSP.  I want to try binding an interrupt from
          the I2C Bus 1 into RTEMS, but I'm not sure where to go next in
          terms of how to attach the interrupt.  Any help would be
          appreciated.<br>
          <br>
        </div>
        -andrew<br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><span><pre>_______________________________________________
users mailing list
<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>
<a href="http://lists.rtems.org/mailman/listinfo/users" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a></pre>
    </span></blockquote><span>
    <br>
  
<br><br>
<hr style="border:none;color:#909090;background-color:#b0b0b0;min-height:1px;width:99%">
<table style="border-collapse:collapse;border:none">
        <tbody><tr>
                <td style="border:none;padding:0px 15px 0px 8px">
                        <a href="http://www.avast.com/" target="_blank">
                                <img src="http://static.avast.com/emails/avast-mail-stamp.png" alt="Avast logo" border="0">
                        </a>
                </td>
                <td>
                        <p style="color:#3d4d5a;font-family:"Calibri","Verdana","Arial","Helvetica";font-size:12pt">
                                This email has been checked for viruses by Avast antivirus software.
                                <br><a href="http://www.avast.com/" target="_blank">www.avast.com</a>
                        </p>
                </td>
        </tr>
</tbody></table>
<br>
</span></div>

<br>_______________________________________________<br>
users mailing list<br>
<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/mailman/listinfo/users</a><br></blockquote></div><br></div>
</div></div></blockquote></div></div></div><br></div>
</blockquote></div><br></div>