Guest User

Untitled

a guest
Jan 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. CXX/LD -o .build_release/tools/caffe.bin
  2. .build_release/tools/caffe.o: In function `test()':
  3. caffe.cpp:(.text+0x3bc): undefined reference to `caffe::Caffe::singleton_'
  4. caffe.cpp:(.text+0x3ee): undefined reference to `caffe::Net<float>::Net(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, caffe::Phase)'
  5. caffe.cpp:(.text+0x150b): undefined reference to `caffe::Caffe::singleton_'
  6. .build_release/tools/caffe.o: In function `train()':
  7. caffe.cpp:(.text+0x218a): undefined reference to `caffe::Caffe::singleton_'
  8. caffe.cpp:(.text+0x231e): undefined reference to `caffe::Caffe::singleton_'
  9. .build_release/tools/caffe.o: In function `time()':
  10. caffe.cpp:(.text+0x2871): undefined reference to `caffe::Caffe::singleton_'
  11. caffe.cpp:(.text+0x28a4): undefined reference to `caffe::Net<float>::Net(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, caffe::Phase)'
  12. caffe.cpp:(.text+0x2cfd): undefined reference to `void caffe::caffe_gpu_dot<float>(int, float const*, float const*, float*)'
  13. caffe.cpp:(.text+0x3cdf): undefined reference to `caffe::Caffe::singleton_'
  14. .build_release/tools/caffe.o:(.data.rel.ro._ZTVN5caffe9SGDSolverIfEE[_ZTVN5caffe9SGDSolverIfEE]+0x30): undefined reference to `caffe::SGDSolver<float>::SnapshotSolverState(caffe::SolverState*)'
  15. .build_release/tools/caffe.o:(.data.rel.ro._ZTVN5caffe9SGDSolverIfEE[_ZTVN5caffe9SGDSolverIfEE]+0x38): undefined reference to `caffe::SGDSolver<float>::RestoreSolverState(caffe::SolverState const&)'
  16. .build_release/tools/caffe.o:(.data.rel.ro._ZTVN5caffe14NesterovSolverIfEE[_ZTVN5caffe14NesterovSolverIfEE]+0x30): undefined reference to `caffe::SGDSolver<float>::SnapshotSolverState(caffe::SolverState*)'
  17. .build_release/tools/caffe.o:(.data.rel.ro._ZTVN5caffe14NesterovSolverIfEE[_ZTVN5caffe14NesterovSolverIfEE]+0x38): undefined reference to `caffe::SGDSolver<float>::RestoreSolverState(caffe::SolverState const&)'
  18. .build_release/tools/caffe.o:(.data.rel.ro._ZTVN5caffe13AdaGradSolverIfEE[_ZTVN5caffe13AdaGradSolverIfEE]+0x30): undefined reference to `caffe::SGDSolver<float>::SnapshotSolverState(caffe::SolverState*)'
  19. .build_release/tools/caffe.o:(.data.rel.ro._ZTVN5caffe13AdaGradSolverIfEE[_ZTVN5caffe13AdaGradSolverIfEE]+0x38): undefined reference to `caffe::SGDSolver<float>::RestoreSolverState(caffe::SolverState const&)'
  20. collect2: error: ld returned 1 exit status
  21. make: *** [Makefile:562: .build_release/tools/caffe.bin] Error 1
Add Comment
Please, Sign In to add comment