CharlesShang / TFFRCNN

FastER RCNN built on tensorflow
MIT License
874 stars 418 forks source link

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

Open zxqcreations opened 6 years ago

zxqcreations commented 6 years ago

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?

YijianLiu commented 5 years ago

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

AvigdorZ commented 5 years ago

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