py-faster-rcnn-windows icon indicating copy to clipboard operation
py-faster-rcnn-windows copied to clipboard

-mingw32/bin/ld.exe: cannot find -lcublas

Open lixiang-ucas opened this issue 8 years ago • 6 comments
trafficstars

lixiang-ucas avatar Mar 01 '17 09:03 lixiang-ucas

collect2.exe: error: ld returned 1 exit status error: command 'C:\Anaconda\MinGW\bin\g++.exe' failed with exit status 1

lixiang-ucas avatar Mar 01 '17 09:03 lixiang-ucas

Have you fixed this problem? @lixiang-ucas . I encounter this problem too.

PFSWcas avatar Mar 22 '17 12:03 PFSWcas

i haven't solve this problem, but i got a compiled lib from others, and it just work for my cuda7.5 and cuda8.0. You can download it from http://pan.baidu.com/s/1dFHxCQX.

lixiang-ucas avatar Mar 23 '17 06:03 lixiang-ucas

Hello,I am a graduate student of ucas. I am now studing py-faster-rcnn-windows and trying to configurate the compilation environment.The url you have given above helps me a lot. But I still have some problems. May I have your QQ or Wechat and consult with you? Thank you very much!

qingqianshuying avatar Mar 23 '17 15:03 qingqianshuying

@qingqianshuying my qq number is 1522565816.

lixiang-ucas avatar Mar 24 '17 01:03 lixiang-ucas

Same problem...

D:\toolkits\Anaconda3\envs\dlwin36\Library\mingw-w64\bin\g++.exe --shared -s build\temp.win-amd64-3.5\Release\nms\gpu_nms.o build\temp.win-amd64-3.5\Release\nms\gpu_nms.cp35-win_amd64.def -LD:\toolkits\Anaconda3\envs\dlwin36\libs -LD:\toolkits\Anaconda3\envs\dlwin36\PCbuild\amd64 -lcublas -lpython35 -lmsvcr140 -o build\lib.win-amd64-3.5\nms\gpu_nms.cp35-win_amd64.pyd
D:/toolkits/Anaconda3/envs/dlwin36/Library/mingw-w64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lcublas
collect2.exe: error: ld returned 1 exit status
error: command 'D:\\toolkits\\Anaconda3\\envs\\dlwin36\\Library\\mingw-w64\\bin\\g++.exe' failed with exit status 1

struCoder avatar Dec 05 '17 14:12 struCoder