<div dir="ltr"><div class="gmail_extra">All versions of the Pi use an ARM chip, which is a specific reduced instruction set (RISC) chip architecture. I believe they are compatible save for their VPF or hard float processors. Raspbian, the required OS for this bundle, has general hard float support built into its libraries.</div><div class="gmail_extra"><br></div><div class="gmail_extra">When you type "fpc -ic" using my build, this will be the result:</div><div class="gmail_extra"><br></div><div class="gmail_extra">ARMV3</div><div class="gmail_extra">ARMV4</div><div class="gmail_extra">ARMV4T</div><div class="gmail_extra">ARMV5</div><div class="gmail_extra">ARMV5T</div><div class="gmail_extra">ARMV5TE</div><div class="gmail_extra">ARMV5TEJ</div><div class="gmail_extra">ARMV6</div><div class="gmail_extra">ARMV6K</div><div class="gmail_extra">ARMV6T2</div><div class="gmail_extra">ARMV6Z</div><div class="gmail_extra">ARMV6M</div><div class="gmail_extra">ARMV7</div><div class="gmail_extra">ARMV7A</div><div class="gmail_extra">ARMV7R</div><div class="gmail_extra">ARMV7M</div><div class="gmail_extra">ARMV7EM</div><div class="gmail_extra"><br></div><div class="gmail_extra">This means the user can add any arm specific architecture optimization to his programs by adding -CpARMV7 (or anything from the list above) when compiling. I've had a few people on reddit contact me and so far the issues were minor (I changed the requirement to force gtk+ dev packages be installed), but so far they all say the IDE was fast and now that the install has been correct it works smoothly.</div><div class="gmail_extra"><br></div><div class="gmail_extra">If you or anyone has an original Pi, Pi B, or even the Pi Zero, give it a try. I added a Raspberry Pi forum to discuss technical issues should you want to notify me of issue or need help resolving some specific problem:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="http://www.getlazarus.org/forums/viewforum.php?f=22">http://www.getlazarus.org/forums/viewforum.php?f=22</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">What's next is me writing an SDL 2 install page (requires the user to make and install SDL 2 from source) or I may just write an SDL 2 setup script, perhaps appending it to the original setup as an option. Then I will write a few Raspberry Pi specific full screen graphic and sound demos (source code) which should easily be compile and run using either the minimal compiler or Lazarus for Pi.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Again, if anyone wants to contribute, just send me note.</div></div>