tvm
tvm copied to clipboard
[Bug] TVM Cross Compilation with QNX for arm
I am working on cross compiling Apache TVM with QNX for aarch64. When I make I get the below libtvm.so error when i do make. I use ubuntu 20.4. With x86 - gcc and arm-gnu-linux-gcc, i don't face this issue.
qnx710/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.1.0-ld: cannot find libtvm_runtime.so: No such file or directory CMakeFiles/tvm_runtime.dir/build.make:214: recipe for target 'libtvm_runtime.so' failed make[2]: *** [libtvm_runtime.so] Error 1
/qnx710/host/linux/x86_64/usr/bin/aarch64-unknown-nto-qnx7.1.0-ld: cannot find libtvm.so: No such file or directory CMakeFiles/tvm.dir/build.make:1790: recipe for target 'libtvm.so' failed make[2]: *** [libtvm.so] Error 1 CMakeFiles/Makefile2:928: recipe for target 'CMakeFiles/tvm.dir/all' failed make[1]: *** [CMakeFiles/tvm.dir/all] Error 2 Makefile:145: recipe for target 'all' failed