Linux crosscompile for the Raspberry Pi
I was looking for a crosscompiler to compile executables for the RPi.
On google I found links about how to build your own toolchain, but I rather have a ready made toolchain instead of cooking my own. So I found the following link:
https://github.com/raspberrypi/tools
According to http://qt-project.org/wiki/RaspberryPi_Beginners_guide, it's based on 32 bits machines, so you also need
to install ia32-libs if you work on a x64 based machine.
...and I assume you use a Linux system like Ubuntu or some other flavor.
If you want to cook your own toolchain, this might be a good link for you:
http://www.kitware.com/blog/home/post/426
No comments:
Post a Comment