I think the problem is not the cross compiler, I can compile and run a "Hello 
Wold" simple test. I use the NDK as shown below: 
    
    
    
/home/hdias/tmp/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang
 \
    
-I/home/hdias/tmp/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/sysroot
 \
    -I/home/hdias/tmp/Nim-0.19.4/lib \
    -fPIE -pie -o /home/hdias/tmp/testgui.bin \
    /home/hdias/.cache/nim/test_d/testgui.c \ 
/home/hdias/.cache/nim/testgui_d/stdlib_system.c
    
    
    Run

Reply via email to