I try build caffe2 from source but failed
so I used tegra tx1 script to install on tx2,but have this problem
/usr/local/cuda-9.0/lib64/libcudnn.so: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status
/caffe2/CMakeFiles/caffe2_gpu.dir/build.make: 6255: recipe for target ‘lib/libcaffe2_gpu.so’ failed
Cmake[2]: ***[lib/libcaffe2_gpu.so] Error 1
CMakeFiles/makefile2:1638: recipe for target ‘caffe2/CMakeFiles/caffe2_gpu.dir/all’ failed
Cmake[1]: ***[caffe2/CMakeFiles/caffe2_gpu.dir/all] Error 2
CMakeFile:138: recipe for target ‘all’ failed
cmake : ***[all] Error 2
by the way, now my tx2 ubuntu system can not open terminal,and GUI has no menu and enter anything.
I just can use ctrl+alt +F1/F2/F3/F4/F5/F6 to control tx2.
ok, I remembered I install cuda from JetPack,because I run the cuda simple after installed. I will check whether it install another version cuda. Maybe it soft links to the new version cuda.
Hi,
Do you have wheel of pytorch-1.0.0 -aarch64 based cuda8.0?
I have same error '/usr/local/cuda-8.0/lib64/libcudnn.so: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status ', when installed pytorch from source.