mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
12 lines
471 B
Plaintext
12 lines
471 B
Plaintext
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'.
|
|
|