Open zxqcreations opened 6 years ago
I'm trying to compile Faster R-CNN, but when I execute make in $Fast_root$/lib, I got an issue
make
$Fast_root$/lib
nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified
followed with
g++: error: roi_pooling_op.cu.o: No such file or directory g++: error: GOOGLE_CUDA=1: No such file or directory
g++: error: roi_pooling_op.cu.o: No such file or directory
g++: error: GOOGLE_CUDA=1: No such file or directory
I have already added /usr/local/cuda-9.0/bin to PATH, and nvcc --version tells me Cuda compilation tools, release 9.0, V9.0.176
/usr/local/cuda-9.0/bin
nvcc --version
Cuda compilation tools, release 9.0, V9.0.176
anyone help me?
Have you dealed with this? I have the same problem!
你好想问下 这个问题如何解决的,我也遇到了这样的问题
I'm trying to compile Faster R-CNN, but when I execute
make
in$Fast_root$/lib
, I got an issuenvcc fatal : A single input file is required for a non-link phase when an outputfile is specified
followed with
g++: error: roi_pooling_op.cu.o: No such file or directory
g++: error: GOOGLE_CUDA=1: No such file or directory
I have already added
/usr/local/cuda-9.0/bin
to PATH, andnvcc --version
tells meCuda compilation tools, release 9.0, V9.0.176
anyone help me?