08-15-2020, 06:42 AM
I was wondering if pureos or mobian will support 32 bit apps in the future?
Thanks!
Thanks!
32 bit apps supported?
|
08-15-2020, 06:42 AM
I was wondering if pureos or mobian will support 32 bit apps in the future?
Thanks!
08-19-2020, 10:36 AM
08-19-2020, 04:28 PM
(08-19-2020, 10:36 AM)Baggypants Wrote:(08-15-2020, 06:42 AM)pcdoodle Wrote: I was wondering if pureos or mobian will support 32 bit apps in the future?What are you hoping to run that doesn't have a 64bit version available? The toolchain I use (Xojo) only supports building 32 bit ArmV7 apps ATM. Is it hard to add support?
08-20-2020, 05:43 AM
I suggest you file an enhancement request - the worst they can say is WONTFIX and then at least you know!
I think it depends on what level of support you're looking for. As I understand it (and I may not!) the bare minimum is a kernel that supports 32 bit ('Userspace binary formats ---> Kernel support for 32-bit EL0' in menuconfig). That's the easy part, but should be enough for static executables. The problem comes with libraries etc. as AFAIK there isn't an arm equivalent of the 32 bit compatibility libraries we have for x86/x86_64. If Debian supports that then Mobian probably will, and likewise for PmOS and Alpine linux.
08-20-2020, 07:01 AM
You can try running your app through QEMU. It does have support for armhf
08-20-2020, 08:29 AM
The xojo forums has a thread tracking the issue; Looks like it will come soon, there's also a post in the thread that mentions a wrapper workaround that might work for you.
https://forum.xojo.com/t/arm64-its-time/52793
08-20-2020, 04:32 PM
(08-20-2020, 08:29 AM)fins Wrote: The xojo forums has a thread tracking the issue; Looks like it will come soon, there's also a post in the thread that mentions a wrapper workaround that might work for you. Thanks for the tips. I saw that too. Problem is the adding the armhf architecture only causes apt-get to error when trying to find libraries. |