<div dir="ltr"><div><div><div><div><div><div>I've downloaded and copied all the files that come with the [helmholtz~] external by Katja Vetter into an Odroid-U3 but Pd can't create it.<br></div>I've set the directory in Pd's search path, I've also tried to use [declare], but still no luck. With [declare] I get the following message:<br>/usr/lib/pd/extra/helmholtz~/helmholtz~.pd_linux: /usr/lib/pd/extra/helmholtz~/helmholtz~.pd_linux: cannot open shared object file: No such file or directory<br><br></div>Typing 'file helmholtz~.pd_linux' in a terminal, I get this:<br>helmholtz~.pd_linux: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=bbe467ff0725ff41dcab644f1d5e90eb57d45c68, not stripped<br><br></div>while other objects, arraysize for example, give this:<br>arraysize.pd_linux: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=b2b4f077c5008c1037d0e2bd74bb8d0602e62731, stripped<br><br></div>helmholtz~ is compiled for Intel processors, while arraysize is for ARM, if I get this right, so the problem is there. Checking helmholtz~ Makefile I see that it uses the g++ compiler, which I have installed, but when I tried to compile the source code, I got an error and the object wasn't compiled.<br></div>A funny thing is that I have the very same files in a Udoo and there the object works fine (doesn't the Udoo work with an ARM processor?). Is there an ARM version of helmholtz~ somewhere?<br><br></div><div>I'm on Pd-0.46-0, installed with apt-get on Debian Jessy for Odroid.<br></div><div><br></div>Thanks and happy new year everyone.<br></div>