<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi, I would like to ask about the compiling. I belived I compiled
    the code. No warning came up while doing it. I took out the -m32
    with the # symbol, like here.<br>
    <br>
    <br>
    # ----------------------- LINUX i386 and ia64
    -----------------------<br>
    <br>
    l_i386: $(NAME).l_i386<br>
    l_ia64: $(NAME).l_ia64<br>
    <br>
    .SUFFIXES: .l_i386 .l_ia64 .l_arm<br>
    <br>
    LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \<br>
    &nbsp;&nbsp;&nbsp; -fno-strict-aliasing -Wall -W -Wshadow -Wstrict-prototypes \<br>
    &nbsp;&nbsp;&nbsp; -Wno-unused -Wno-parentheses -Wno-switch $(CFLAGS)<br>
    <br>
    UNIXINCLUDE =&nbsp; -I../pd/src -I../../pd/src -I../../../pd/src \<br>
    &nbsp;&nbsp;&nbsp; -I../../../../pd/src -I../../../../../pd/src<br>
    LINUXINCLUDE =&nbsp; $(UNIXINCLUDE)<br>
    <br>
    #tek ut allan i386<br>
    <br>
    #.c.l_i386:<br>
    #&nbsp;&nbsp;&nbsp; $(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -m32 -o $*.o -c $*.c<br>
    #&nbsp;&nbsp;&nbsp; $(CC) -m32 -shared -o $*.l_i386 $*.o -lc -lm<br>
    #&nbsp;&nbsp;&nbsp; strip --strip-unneeded $*.l_i386<br>
    #&nbsp;&nbsp;&nbsp; rm -f $*.o<br>
    <br>
    <br>
    ----------------------------------<br>
    <br>
    <br>
    Then when I run the help file I get this error code.<br>
    <br>
    /home/pi/pure/pi-externs/gpio/gpio.l_i386:
    /home/pi/pure/pi-externs/gpio/gpio.l_i386: cannot open shared object
    file: No such file or directory<br>
    &nbsp;gpio 17<br>
    ... couldn't create<br>
    <br>
    Where is the fault?<br>
    <br>
    Best<br>
    <br>
    Ingirafn<br>
    <br>
    <div class="moz-cite-prefix">On 11/12/2013 12:31 PM, Julian Brooks
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAGemBFR1dGgEk=PKimrVSJ8Nk8wxjeJoDXe3y7wt-_KPo7M5Jw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>Hi Ingirafn,<br>
            <br>
          </div>
          This is the one that Jaime put together.<br>
          <br>
          Best of luck with it all,<br>
        </div>
        <br>
        Julian<br>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On 12 November 2013 11:20, Ingirafn
          Steinarsson <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:ingirafn@this.is" target="_blank">ingirafn@this.is</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello. I
            found this thread and I am trying to compile the on the
            raspberry pi. I think I managed to but I was wondering where
            the gpio-help.pd files mentioned exist .<br>
            <br>
            Best<span class="HOEnZb"><font color="#888888"><br>
                <br>
                Ingirafn</font></span>
            <div class="HOEnZb">
              <div class="h5"><br>
                <br>
                _______________________________________________<br>
                <a moz-do-not-send="true" href="mailto:Pd-list@iem.at"
                  target="_blank">Pd-list@iem.at</a> mailing list<br>
                UNSUBSCRIBE and account-management -&gt; <a
                  moz-do-not-send="true"
                  href="http://lists.puredata.info/listinfo/pd-list"
                  target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>