initial commit

This commit is contained in:
R-type
2015-12-14 14:00:35 +01:00
commit 5a96c0ca66
377 changed files with 149124 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
Raspberry Pi (rpi) target is cross-compiling, so you need to get toolchain here:
https://github.com/raspberrypi/tools/tree/master/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian
Also you need to copy SDL headers and libs from Raspberry Pi device to this toolchain.
Then you need to export RPI_SDK pointed to the rpi toolchain root folder.
Then go to 'src' folder and type './configure --target=rpi --host=arm-linux --with-sdl-prefix=$RPI_SDK'.
Then type 'make'.