FreePascal 2.4.2 Crosscompilercompiled from KidPaddle.You can use it to compile on windows, for the Pandora.Installation:1. extract the whole content of FPC4ARMv2.7z to a userdefined folder2. execute "setupconfig.bat"To compile a file:1. execute "setenv.bat" to open the console wich is ready for compiling all files.2. change directory to a folder where your sourcecode is3a. use "make_win example.dpr" to start compiling the sourcecode for windows.3b. use "make_armel example.dpr" to start compiling the sourcecode for Pandora and Caanoo.