-
-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snapdragon 8 Gen 3 (Didn't detect 48bits of address space) #2239
Comments
The (Didn't detect 48bits of address space) it's normal on Android Kernels, this is just a warning Try to build using |
zcat /proc/config.gz | grep CONFIG_ARM64_VA_BITS CONFIG_ARM64_VA_BITS_48 is not setCONFIG_ARM64_VA_BITS=39 |
Builed in chroot debian with this options:
cmake .. -D ARM64=1 -DCMAKE_C_COMPILER=gcc -DBAD_SIGNAL=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
Didn't detect 48bits of address space, considering it's 39bits
Always get this error with any app:
The text was updated successfully, but these errors were encountered: