Re: [PD] buildroot / externals

2019-11-22 Thread iftah gabbai
following up on this for the sake of documentation cause im sure someone will make the same mistake i did: the raspberrypi defconfig of buildroot uses the uclibc toolchain per default, once i set to glibc and rebuild everything works like charm, including the cyclone stuff On Thu, Nov 21, 2019 at

Re: [PD] buildroot / externals

2019-11-21 Thread IOhannes m zmoelnig
On 21.11.19 16:25, iftah gabbai wrote: > just another question if i may: im trying to determine if pd installed > properly, if you dont mind, could you tell me what are all the dir / > locations pd should be present in in a linux install? or point me somewhere > online where i can read it? "make

Re: [PD] buildroot / externals

2019-11-21 Thread iftah gabbai
just another question if i may: im trying to determine if pd installed properly, if you dont mind, could you tell me what are all the dir / locations pd should be present in in a linux install? or point me somewhere online where i can read it? thanks! On Thu 21. Nov 2019 at 14:39, iftah gabbai

Re: [PD] buildroot / externals

2019-11-21 Thread iftah gabbai
hi IOhannes, thanks again, this makes alot of sense, ill investigate (including doing a new build on a fresh sd card and not overclock it this time) On Thu 21. Nov 2019 at 14:18, IOhannes m zmoelnig wrote: > On 21.11.19 12:05, iftah gabbai wrote: > > if by flyspeck you mean " ` " its > >

Re: [PD] buildroot / externals

2019-11-21 Thread IOhannes m zmoelnig
On 21.11.19 12:05, iftah gabbai wrote: > if by flyspeck you mean " ` " its > formatting errors that are there because i had no easy way of > exporting the print out of pd to a "real" machine that should be easy enough: $ pd -stderr 2>pd.log copy the "pd.log" to your "real" machine. tada.

Re: [PD] buildroot / externals

2019-11-21 Thread iftah gabbai
also worth mentioning, not sure what happend but i dont get the ELF error anymore, instead im getting : "svf~ error: ... couldn't create error: load_object: symbol "svf_tilde_setup" not found" On Thu, Nov 21, 2019 at 12:05 PM iftah gabbai wrote: > hey IOhannes, thanks again for replying, if by

Re: [PD] buildroot / externals

2019-11-21 Thread iftah gabbai
hey IOhannes, thanks again for replying, if by flyspeck you mean " ` " its formatting errors that are there because i had no easy way of exporting the print out of pd to a "real" machine aka where i write my mails from so i just manually typed it, however all the scripting etc is done with nano

Re: [PD] buildroot / externals

2019-11-21 Thread IOhannes m zmoelnig
On 21.11.19 10:59, iftah gabbai wrote: > unfortunatly i dont have the "file" command on this image, you could always just copy the file to a "real" machine and run `file` there. > however, if i open a help file (eg pd -nogui > /usr/lib/pd/extra/cyclone/svf~-help.pd) i dont get any errors which

Re: [PD] buildroot / externals

2019-11-21 Thread iftah gabbai
unfortunatly i dont have the "file" command on this image, however, if i open a help file (eg pd -nogui /usr/lib/pd/extra/cyclone/svf~-help.pd) i dont get any errors which to my understanding means that the object is loading and compiled correctly? On Wed, Nov 20, 2019 at 4:18 PM iftah gabbai

Re: [PD] buildroot / externals

2019-11-20 Thread iftah gabbai
im running it on a rpi3(32bit) kernel v4.19, i got the file from the cyclone git, its version 0.3 for pd 0.49 which im also running, the same file worked fine on raspbian buster lite, im not on my computer now but ill check the file method later, thanks again! On Wed 20. Nov 2019 at 16:14,

Re: [PD] buildroot / externals

2019-11-20 Thread IOhannes m zmoelnig
On 20.11.19 15:58, iftah gabbai wrote: > /usr/bin/pd: ´/usr/lib/pd/extra/cyclone/svf~.pd_linux is not an ELF file *that* seems to be the issue you are having. what is this "/usr/lib/pd/extra/cyclone/svf~.pd_linux" file, if it is not an ELF file? hint: start with running `file

Re: [PD] buildroot / externals

2019-11-20 Thread iftah gabbai
hi there, here is an example error: "svf~ error: ... couldn't create verbose(4): ... you might be able to track this down from the find menu /usr/bin/pd: ´/usr/lib/pd/extra/cyclone/svf~.pd_linux is not an ELF file error: /usr/lib/pd/extra/cyclone/svf~.pd_linux: File not found im adding things to

Re: [PD] buildroot / externals

2019-11-20 Thread IOhannes m zmoelnig
On 20.11.19 15:34, iftah gabbai wrote: > hi there, im having troubles getting pd to locate externals on a buildroot > image i did, > ive added pd to the image via buildroot and it works fine and installed in > /usr/lib/pd > however adding externals to the /extra directory does not work and setting