We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
got such errors after make:
/usr/bin/ld: CMakeFiles/tvm_mobilefacenet.dir/tvm_runtime_pack.cc.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libdl.so: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status CMakeFiles/tvm_mobilefacenet.dir/build.make:125: recipe for target '../tvm_mobilefacenet' failed make[2]: *** [../tvm_mobilefacenet] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/tvm_mobilefacenet.dir/all' failed make[1]: *** [CMakeFiles/tvm_mobilefacenet.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Same to you, have you solved it, and how? Thanks.
Sorry, something went wrong.
Same problem. Any updates @clhne @363325971 @szad670401
Looks like I just had the link order of libdl wrong.
libdl
same issue. Any updates @363325971 @clhne @cyrusbehr @szad670401
same issue. Any updates @363325971 @clhne @cyrusbehr @szad670401 @tomriddle54
No branches or pull requests
got such errors after make:
/usr/bin/ld: CMakeFiles/tvm_mobilefacenet.dir/tvm_runtime_pack.cc.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libdl.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
CMakeFiles/tvm_mobilefacenet.dir/build.make:125: recipe for target '../tvm_mobilefacenet' failed
make[2]: *** [../tvm_mobilefacenet] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/tvm_mobilefacenet.dir/all' failed
make[1]: *** [CMakeFiles/tvm_mobilefacenet.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: