Hi mashingan,

I tried cross-compile the same hello.nim from linux and **got the same errors 
exactly like in windows**.

what I did:

  1. Cloned nim-lang branch master from github and compled it.
  2. Downloaded android ndk
  3. Defined all needed paths in PATH
  4. Compile hello.nim: nim c --cpu:arm --os:android --compileOnly hello.nim
  5. Compile with arm-linux-androideabi-gcc.exe


Reply via email to