Advertisement
Guest User

# Build caffe make all -j8; make pycaffe -j8

a guest
Jul 10th, 2015
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. bash-3.2# sudo env bash
  2. bash-3.2# cd caffe
  3. bash-3.2# make all -j8; make pycaffe -j8
  4. NVCC src/caffe/layers/absval_layer.cu
  5. NVCC src/caffe/layers/base_data_layer.cu
  6. NVCC src/caffe/layers/bnll_layer.cu
  7. NVCC src/caffe/layers/concat_layer.cu
  8. NVCC src/caffe/layers/contrastive_loss_layer.cu
  9. NVCC src/caffe/layers/conv_layer.cu
  10. NVCC src/caffe/layers/cudnn_conv_layer.cu
  11. NVCC src/caffe/layers/cudnn_pooling_layer.cu
  12. nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
  13. nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
  14. nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
  15. nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
  16. nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
  17. nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
  18. nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
  19. make: *** [.build_release/cuda/src/caffe/layers/cudnn_conv_layer.o] Error 1
  20. make: *** Waiting for unfinished jobs....
  21. make: *** [.build_release/cuda/src/caffe/layers/conv_layer.o] Error 1
  22. make: *** [.build_release/cuda/src/caffe/layers/contrastive_loss_layer.o] Error 1
  23. make: *** [.build_release/cuda/src/caffe/layers/bnll_layer.o] Error 1
  24. make: *** [.build_release/cuda/src/caffe/layers/base_data_layer.o] Error 1
  25. nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
  26. make: *** [.build_release/cuda/src/caffe/layers/cudnn_pooling_layer.o] Error 1
  27. make: *** [.build_release/cuda/src/caffe/layers/concat_layer.o] Error 1
  28. make: *** [.build_release/cuda/src/caffe/layers/absval_layer.o] Error 1
  29. NVCC src/caffe/layers/absval_layer.cu
  30. NVCC src/caffe/layers/base_data_layer.cu
  31. NVCC src/caffe/layers/bnll_layer.cu
  32. nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
  33. nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
  34. make: *** [.build_release/cuda/src/caffe/layers/base_data_layer.o] Error 1
  35. make: *** Waiting for unfinished jobs....
  36. make: *** [.build_release/cuda/src/caffe/layers/absval_layer.o] Error 1
  37. NVCC src/caffe/layers/concat_layer.cu
  38. nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
  39. make: *** [.build_release/cuda/src/caffe/layers/concat_layer.o] Error 1
  40. nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
  41. make: *** [.build_release/cuda/src/caffe/layers/bnll_layer.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement