uwsampl / tutorial

A self-contained version of the tutorial which can be easily cloned and viewed by others.
Apache License 2.0
25 stars 14 forks source link

Error when installing TVM : > make: *** [all] Error 2 #6

Open LulaSan opened 3 years ago

LulaSan commented 3 years ago

When running

%%bash
[[ ! -e /tools/google-cloud-sdk ]] && exit 
echo "Building TVM ..."
cd "/content/gdrive/My Drive/tvm/build"
make -j4

I get this error

Building TVM ... [ -2%] Performing configure step for 'project_libbacktrace' CMakeFiles/project_libbacktrace.dir/build.make:107: recipe for target 'libbacktrace/src/project_libbacktrace-stamp/project_libbacktrace-configure' failed CMakeFiles/Makefile2:146: recipe for target 'CMakeFiles/project_libbacktrace.dir/all' failed [ 0%] Built target vta_tsim [ 85%] Built target tvm_objs Makefile:129: recipe for target 'all' failed /bin/sh: 1: /content/drive/My Drive/TESI/FastDepth/fast-depth/tvm/cmake/libs/../../3rdparty/libbacktrace/configure: Permission denied make[2]: [libbacktrace/src/project_libbacktrace-stamp/project_libbacktrace-configure] Error 126 make[1]: [CMakeFiles/project_libbacktrace.dir/all] Error 2 make[1]: Waiting for unfinished jobs.... make: [all] Error 2

How can I fix it?

Parth38 commented 3 years ago

I am getting the same error. Can you pls help@vegaluisjose

mohsaied commented 3 years ago

any updates on this? I am also getting the same error..