Cross-Build for RasberryPi2
- Details
- Category: Cross-Build
- Published: Sunday, 09 August 2015 03:20
- Written by Sternas Stefanos
- Hits: 22754
Contents[Hide]
The following steps are exactly the same for every CodeTyphon host-OS
(Windows, Linux, FreeBSD, etc)
1. Download arm-linux--RapberryPi 2 Toolchains
2. Download arm-linux-Raspbian2 OS libraries
3. Build FPC Cross arm-linux--RapberryPi2 element
4. Setup your Project Libraries
5. Setup your Project CPU and OS
Select Target OS=Linux and Target CPU=arm in application "Config and Target" page
6. Setup your Project Platform
Select LCLWidgetType=GTK2 in application "Additions and Overrides" page
You can select any Platform (QT4, QT5, CustomDraw, FpGUI, etc) supported by your Rasberry Pi OS.
7. Finally build your project
Now Copy your new application to your Rasberry Pi 2 Box or
to Qemu.
Note: Before execute your new application in Rasberry Pi 2, give executable permitions to you app.
and have fun...