Skip to content

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

@LulaSan

Description

@LulaSan

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions