|
|
|
|
|
by aperture
4635 days ago
|
|
That's precisely it: for developing 32 bit applications. As it stands, I have many computers that could benefit from me programming a 32 bit application, but only my rpi could benefit (and my cell phone, I suppose) with the ARM builds. 32 bit is also helpful for me because I have some 32-bit IDE (like the naobot from Aldebaran IDE). It is simply easier for me to develop and configure. |
|
Obviously you meant x86 every time you said 32 bit in your reply. While it is pretty pointless to get into a religious war over processor architectures, I think it should be noted that the base compiling tools such as GCC and now more advanced/cutting edge ones like LLVM/Clang have started to give developers platform independence with cross compiling. As long as the libraries used have support for whatever you want to compile to (and almost all current packages and major libraries have ARM support), you can cross compile to x86 and vice versa. While I'm not a Stallman level FOSS advocate, I do love the fact that having as many open components to software allows this application portability to be a lot easier.