sedona
sedona copied to clipboard
port sedona to Raspberry Pi
Cross compilation references: https://code.google.com/p/sedonawrt/wiki/Introduction https://github.com/sdt/docker-raspberry-pi-cross-compiler
R pi demos: http://sedonadev.org/download/demo/ We may have to fix licensing on some of the .sedona source files for this.
linsong, Is it possible compile svm for RPi2 (with ArchLinux) in RPi2, not using Docker?
hi, @gilbertovb, it should be doable, I think you will need to install the build tool chain(in ubuntu, the package's name is build-essentails, not sure what it is called under Arch, should be something similar). Or more common way is do cross compiling on PC, you can set cross compiling environment up with crosstool-ng(http://crosstool-ng.org/).