<div dir="ltr"><div>hi,</div><div><br></div>in version 1.0.14 (svn r17152)  I have $(NDK_PROCESSOR) instead of x86 or x86_64<div>on my system (Ubuntu 12.04 64bit) this environment variable isn&#39;t set automatically with Anroid NDK r9</div>

<div>so I add   NDK_PROCESSOR=$(shell uname -p)</div><div>just before and i seems to work</div><div><br></div><div>I don&#39;t know if it only works on other platforms</div><div>here is the patch</div><div><br></div><div>

+</div><div>a</div></div><div class="gmail_extra"><br clear="all"><div>--<br>do it yourself                       <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a><br></div>


<br><br><div class="gmail_quote">2013/9/12 Cyrille Henry <span dir="ltr">&lt;<a href="mailto:ch@chnry.net" target="_blank">ch@chnry.net</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello,<br>
<br>
i&#39;m currently working for android.<br>
when trying to compile pd extern for this platform, I face a small bug on the template makefile v1.0.14<br>
<br>
it certainly work great for 32 bit, but on my 64 bit system, i have to change :<br>
  NDK_TOOLCHAIN=$(wildcard $(NDK_BASE)/toolchains/$(NDK_<u></u>ABI)*-$(NDK_COMPILER_VERSION)/<u></u>prebuilt/$(NDK_UNAME)-x86)<br>
to<br>
  NDK_TOOLCHAIN=$(wildcard $(NDK_BASE)/toolchains/$(NDK_<u></u>ABI)*-$(NDK_COMPILER_VERSION)/<u></u>prebuilt/$(NDK_UNAME)-x86_64)<br>
<br>
for now i don&#39;t have anything to test, but binary are created.<br>
<br>
cheers<br>
c<br>
<br>
______________________________<u></u>_________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a><br>
</blockquote></div><br></div>