<div dir="ltr">Hello,<div>Looks like the Udoo is the same as the PengPod.</div><div>Is the PengPod  something like:  <a href="http://pandaboard.org/">http://pandaboard.org/</a></div><div><br></div><div>?</div><div><br></div>
<div> <br><div>Here&#39;s what i get:</div><div>







<p class="">ubuntu@imx6-qsdl:~$ uname -s </p>
<p class="">Linux</p>
<p class="">ubuntu@imx6-qsdl:~$ uname -a</p>
<p class="">Linux imx6-qsdl 3.0.35 #1 SMP PREEMPT Mon Aug 19 07:11:31 PDT 2013 armv7l armv7l armv7l GNU/Linux</p><p class=""><br></p><p class=""><br></p></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Sep 9, 2013 at 10:03 AM, katja <span dir="ltr">&lt;<a href="mailto:katjavetter@gmail.com" target="_blank">katjavetter@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello Ali,<br>
<br>
A while ago I&#39;ve compiled home-brew Pd externals on Raspberry Pi and<br>
PengPod Linux tablet, and found that for each ARM processor type you<br>
can identify them by their proper name as returned by command uname<br>
-m. For RPi this is armv6l and for PengPod armv7l. So I could define<br>
individual flags for those ARM types in the makefiles.<br>
<br>
There is no general approach to this, as makefiles in various Pd<br>
extended libs can be very different. In the template makefile which is<br>
used for many libs, the operating system is tested first with uname<br>
-s. If it is Linux, the processor type is found with uname -m and<br>
stored in variable CPU, which seems to be used for target &#39;showsetup&#39;<br>
only, not for setting specific flags. Anyway, if you get &quot;No rule to<br>
make target xxx.pd_linux&quot; when trying to build a lib with template<br>
makefile, I wonder what you get from your Udoo board with command<br>
uname -s?<br>
<span class="HOEnZb"><font color="#888888"><br>
Katja<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Mon, Sep 9, 2013 at 2:06 PM, Ali Momeni &lt;<a href="mailto:batchku@gmail.com">batchku@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; hello all,<br>
&gt; i&#39;m working with a Udoo board (<a href="http://Udoo.org" target="_blank">http://Udoo.org</a>)<br>
&gt; i&#39;ve successfully compiled PureData 0.45 from miller&#39;s site;<br>
&gt; i&#39;m now trying to compile some of the externals in the pd svn, but i&#39;m<br>
&gt; getting the same error for all.<br>
&gt;<br>
&gt; for instance, when trying to compile nusmuk-audio, i.e.<br>
&gt; <a href="http://sourceforge.net/p/pure-data/svn/17203/tree/trunk/externals/nusmuk/nusmuk-audio/" target="_blank">http://sourceforge.net/p/pure-data/svn/17203/tree/trunk/externals/nusmuk/nusmuk-audio/</a><br>
&gt;<br>
&gt; i get the following<br>
&gt;<br>
&gt;&gt;&gt;&gt; ubuntu@imx6-qsdl:~/pd-externals/nusmuk/nusmuk-audio$ make<br>
&gt;<br>
&gt;&gt;&gt;&gt; make: * No rule to make target `bq~.pd_linux&#39;, needed by `all&#39;.  Stop.<br>
&gt;<br>
&gt; I have contacted the developer (cyrille henry) and he adjusted the MakeFile<br>
&gt; to account for building for ARM; but i get the same error.  I notice,<br>
&gt; incidentally, that i get the same error (&quot;No rule to make target<br>
&gt; xxx.pd_linux&quot;) for all other externals that i tried from the repository.<br>
&gt;<br>
&gt; does anyone have any thoughts on how to resolve this?<br>
&gt;<br>
&gt;<br>
&gt; thanks,<br>
&gt;<br>
&gt;<br>
&gt; ali<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div><div class="HOEnZb"><div class="h5">&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
</div></div></blockquote></div><br></div>