-
Notifications
You must be signed in to change notification settings - Fork 12
Description
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?