ok, solved! I was able to follow steps here http://jensd.be/800/linux/cross-compiling-for-arm-with-ubuntu-16-04-lts / here: https://www.acmesystems.it/arm9_toolchain and then compile with pdlibbuilder by doing "make CC=arm-linux-gnueabihf-gcc target.arch=arm7l install objectsdir=../"
seems to have worked and it's up here: https://github.com/porres/pd-else/releases/tag/v1.0-beta15
I can't test it though, maybe someone with a raspbeery pi can tell me if it worked :)
Still trying to see, though, if I can manage to open a virtual raspberry pi machine to download Pd and test these...
cheers
Em ter, 11 de dez de 2018 às 21:48, Alexandre Torres Porres < porres@gmail.com> escreveu:
qemu seems too hard for me, seems like a good/easier option is running my virtual ubuntu and doing cross compile for ARM, is this a possible thing?
I would have no idea on how to do that using pdlbbuilder though :/
cheers
Em ter, 11 de dez de 2018 às 17:49, Alexandre Torres Porres < porres@gmail.com> escreveu:
ok, seems you can do it with this https://www.qemu.org/ - just installed it on mac, but still clueless on how to run a virtual raspberry pi, anybody ever used this? thanks
Em ter, 11 de dez de 2018 às 16:29, Alexandre Torres Porres < porres@gmail.com> escreveu:
Hi, I'm now finally using virtualbox to compile for windows and linux 32/64 bits and I wonder if there's a way to setup a virtual machine to compile for raspberry pi... (?) cheers