1. Cross Compiling on Raspberry Pi
- Posted by mattlewis (admin) Apr 12, 2013
- 1358 views
I've added some information to the wiki about how I cross compile for the raspberry pi. It's really simple. If you already have a Linux system that can build euphoria, then you just need to download the cross compiler from github and you're ready to go.
Matt
2. Re: Cross Compiling on Raspberry Pi
- Posted by Jerome Apr 12, 2013
- 1329 views
I'm curious to know if anyone found http://openeuphoria.org/wiki/view/EuphoriaAndRaspberryPi.wc helpful! It is certainly more work but has the extra benefit of being able to run your cross-compiled binaries on your native machine.
Thanks,
Ira
3. Re: Cross Compiling on Raspberry Pi
- Posted by rkdavis Apr 12, 2013
- 1286 views
i'm still a scracthbox2 fanboy when cross compiling as it's what i'm used to and has the added advantage I can use the devices package manager to install libraries and dependencies if required as well as use the same VM for a new device just by adding a toolchain and seed rootfs and setting up a new target but i've found that i'm mostly building euphoria actually on the raspberry pi itself as I can set it going and come back about 20 to 30 minutes later and it'll be done.