its-pointless
its-pointless
im uploading a newer version which is based on dev 7.0. Which is what im using going forward since it doesn't require libunwind aka it will work with i686. The...
@Ismael-VC for emulating x86 i use virtualbox images as its slightly faster and im building on device so i need that. For arm there are available emulators. Aarch64 is the...
ok try updating now moises
that's fine fixing bugs is what i am doing here. could you show output of `julia -C help` and llc -version ?
i think the issue is julia does optimizations according to the host. So because im using a virtual box image its using a cpu that does things yours does not......
K source is here https://github.com/its-pointless/julia/tree/android Should be relatively straight forward
k i have it working some what on all 4 archs now...
Regarding building julia from source I got those errors when using an unpatched llvm. There are patches applied to llvm. Install julia-llvm and set export PATH=$PREFIX/opt/julia-llvm/bin:$PATH . The patches are...
/data/data/com.termux/files/usr/opt/julia-llvm/bin Should be first not last?
also use ./buildjulia-termux.sh