You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 89%] Linking CXX shared library ../../lib/libctdet.so
/usr/bin/ld: ../../lib/libnvonnxparser.so: 1Ev: invalid version 2 (max 0)
../../lib/libnvonnxparser.so: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
src/CMakeFiles/ctdet.dir/build.make:272: recipe for target '../lib/libctdet.so' failed
make[2]: *** [../lib/libctdet.so] Error 1
CMakeFiles/Makefile2:476: recipe for target 'src/CMakeFiles/ctdet.dir/all' failed
make[1]: *** [src/CMakeFiles/ctdet.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
I am using TensorRT-7.0.0.11 and cuda 10.2. Looking forward to your reply, thx!
The text was updated successfully, but these errors were encountered:
ChunfengMI
changed the title
../../lib/libnvonnxparser.so: error adding symbols: Bad value
make error: ../../lib/libnvonnxparser.so: error adding symbols: Bad value
Dec 16, 2020
[ 89%] Linking CXX shared library ../../lib/libctdet.so
/usr/bin/ld: ../../lib/libnvonnxparser.so: 1Ev: invalid version 2 (max 0)
../../lib/libnvonnxparser.so: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
src/CMakeFiles/ctdet.dir/build.make:272: recipe for target '../lib/libctdet.so' failed
make[2]: *** [../lib/libctdet.so] Error 1
CMakeFiles/Makefile2:476: recipe for target 'src/CMakeFiles/ctdet.dir/all' failed
make[1]: *** [src/CMakeFiles/ctdet.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
I am using TensorRT-7.0.0.11 and cuda 10.2. Looking forward to your reply, thx!
The text was updated successfully, but these errors were encountered: