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
I meet a error which may not googled previously, Anybody can kindly give a help.
[ 86%] Built target nvdla Scanning dependencies of target aarch64_toplevel [ 87%] Building CXX object CMakeFiles/aarch64_toplevel.dir/src/aarch64_toplevel.cpp.o [ 87%] Linking CXX executable aarch64_toplevel //usr/lib/x86_64-linux-gnu/libsnappy.so.1: undefined reference to std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)@GLIBCXX_3.4.21' //usr/lib/x86_64-linux-gnu/libsnappy.so.1: undefined reference to std::__cxx11::basic_string<char, std::char_traits, std::allocator >::resize(unsigned long, char)@GLIBCXX_3.4.21' collect2: error: ld returned 1 exit status CMakeFiles/aarch64_toplevel.dir/build.make:106: recipe for target 'aarch64_toplevel' failed make[2]: *** [aarch64_toplevel] Error 1 CMakeFiles/Makefile2:111: recipe for target 'CMakeFiles/aarch64_toplevel.dir/all' failed make[1]: *** [CMakeFiles/aarch64_toplevel.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)@GLIBCXX_3.4.21' //usr/lib/x86_64-linux-gnu/libsnappy.so.1: undefined reference to
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I meet a error which may not googled previously, Anybody can kindly give a help.
[ 86%] Built target nvdla
Scanning dependencies of target aarch64_toplevel
[ 87%] Building CXX object CMakeFiles/aarch64_toplevel.dir/src/aarch64_toplevel.cpp.o
[ 87%] Linking CXX executable aarch64_toplevel
//usr/lib/x86_64-linux-gnu/libsnappy.so.1: undefined reference to
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)@GLIBCXX_3.4.21' //usr/lib/x86_64-linux-gnu/libsnappy.so.1: undefined reference to
std::__cxx11::basic_string<char, std::char_traits, std::allocator >::resize(unsigned long, char)@GLIBCXX_3.4.21'collect2: error: ld returned 1 exit status
CMakeFiles/aarch64_toplevel.dir/build.make:106: recipe for target 'aarch64_toplevel' failed
make[2]: *** [aarch64_toplevel] Error 1
CMakeFiles/Makefile2:111: recipe for target 'CMakeFiles/aarch64_toplevel.dir/all' failed
make[1]: *** [CMakeFiles/aarch64_toplevel.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: