I tried to compile a test program following the steps indicated in this 
[post](https://forum.nim-lang.org/t/1866#11698), but it does not work. 
    
    
    $ nim c --cpu:arm64 --passC:-fPIE --passL:"-fPIE -pie" test.nim
    $ adb devices
    List of devices attached
    42044158c4bc8100    device
    
    $ adb push test /storage/sdcard0/Download/test
    $ adb shell /storage/sdcard0/Download/test
    /system/bin/sh: /storage/sdcard0/Download/test: can't execute: Permission 
denied
    
    
    Run

Any suggestion?

Reply via email to