TFFRCNN icon indicating copy to clipboard operation
TFFRCNN copied to clipboard

nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified

Open zxqcreations opened this issue 6 years ago • 2 comments

I'm trying to compile Faster R-CNN, but when I execute make in $Fast_root$/lib, I got an issue

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

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

anyone help me?

zxqcreations avatar Apr 09 '18 03:04 zxqcreations

Have you dealed with this? I have the same problem!

YijianLiu avatar May 02 '19 16:05 YijianLiu

你好想问下 这个问题如何解决的,我也遇到了这样的问题

AvigdorZ avatar May 26 '19 03:05 AvigdorZ