Answer by r0kk3rz for 64-bit platform
There is currently no fully 64bit Sailfish OS, and on 64bit hardware you will see a 64bit kernel with a 32bit userspace.
View ArticleComment by ugeuder
On my Xperia X I get $ uname -a Linux Sailfish 3.10.84 #1 SMP PREEMPT Wed Sep 12 06:15:36 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux However, that just tells the architecture of the kernel. There is...
View ArticleComment by useretail
Depends on which processor you have. For example, ARMv7 is 32-bit processor Please post output of: uname -a
View ArticleComment by MartinK
IIRC even though modern hardware Sailfish OS runs on, such as Xperia X/XA2 is internally 64-bit, all the sailfish OS binaries are still 32 bit and the whole system is running in 32-bit mode. This is...
View Article64-bit platform
In the C part of my project I use the following macro to check, that the target supports 64-bit pointers. This works on Linux and Windows, but fails on Sailfish. Does this mean that I am not on a...
View Article