-
selstadid you try clean build?
-
ndorftakel: i think that's because static boost libs are compiled without -fPIC
-
takelyes clean build
-
takelwhere to insert this -fpic
-
takelwhich cmakelists
-
ndorfit's when building boost, which doesn't use cmakelists
-
ndorfsomething like ./b2 cflags='-fPIC'
-
takelah
-
takelok i try
-
takelthis happen with ndk21
-
takelwith ndk17 compile is ok
-
ndorfhrm, that's interesting. maybe it's a different problem
-
takeljust compiled with ./b2 cflags='-fPIC' but still same error
-
takeloutput here pastebin.com/Hu3ptevp
-
takelsome other suggestion?
-
takeli forgot to explain that because cmake has lot of problems with ndk21 i manually add linker,clang etc
-
takeland change cmake_system_name to linux to avoid android checks that created much more errors
-
» n33tpill[m] uploaded an image: image.png (3116KiB) <matrix.org/_matrix/media/r0/downloa…/GGLYHyvmDLsRmyFgJbrMgHGF/image.png>
-
Mochi101Old video n33tpill[m]
-
» n33tpill[m] uploaded an image: image.png (239KiB) <matrix.org/_matrix/media/r0/downloa…/BqEsUyFMLfHqQzyoYiSpgBFB/image.png>
-
takeli have a error when try to compile android with ndk21
-
takel
-
takelif compile is done with ndk17 everything work
-
moneromoooLooks like an archive built for the wrong arch.
-
takelonly libboost has issue
-
takelall other compile
-
takelpath for linker,ar archiver,clang are in makefile
-
takelinserted in makefile
-
takeland not wrong because compile goes until 90%