<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Arial"><font color="#6600cc">I'm the original author of
        Csound, and more recently of CsoundXO made especially for the
        OLPC XO laptop.  Both are C-language programs, the latter with a
        set of fast Python bindings for development of special
        interactive XO Activities (applications).<br>
        <br>
        To compile csoundxo on the latest XO 1.75 ARM machine I did the
        following (native):<br>
        <br>
            yum install gcc<br>
            yum install alsa-lib-devel-1.0.24-1.fc14.armv5tel.rpm<br>
            gcc -o csoundxo -I/usr/include -I./include
        -D_POSIX_C_SOURCE  -L/usr/lib -lasound -lm  ./csrc/*.c<br>
        <br>
        The install appears to be missing an alsa component, including I
        suspect a PulseAudio plugin config, which then fails to resolve
        references to things like<br>
            snd_pcm_sw_params_t<br>
        <br>
        Where do I find the right code for this ARM machine?<br>
        <br>
        Thx<br>
        Barry Vercoe<br>
        <br>
        Prof Emeritus MIT Media Lab<br>
        <a class="moz-txt-link-freetext" href="http://web.media.mit.edu/~bv">http://web.media.mit.edu/~bv</a><br>
        <br>
        Dir of Education and Engineering, OLPC Australia<br>
        <a class="moz-txt-link-abbreviated" href="mailto:barry@laptop.org.au">barry@laptop.org.au</a><br>
        +61 409 627 410<br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
      </font></font>
  </body>
</html>