ShaoqingRen / faster_rcnn

Faster R-CNN
Other
2.68k stars 1.22k forks source link

I really need help for faster_rcnn_build() !! #152

Closed zj890724 closed 7 years ago

zj890724 commented 7 years ago

Warning: corrupt .drectve at end of def file nms_gpu_mex.o:(.text$mn+0x632): undefined reference to __security_check_cookie' nms_gpu_mex.o:(.xdata+0x14): undefined reference toGSHandlerCheck' nms_gpu_mex.o:(.xdata[$unwind$??0?$vector@_KV?$allocator@_K@std@@@std@@QEAA@_K@Z]+0x8): undefined reference to __CxxFrameHandler3' nms_gpu_mex.o:(.xdata[$unwind$?catch$0@?0???0?$vector@_KV?$allocator@_K@std@@@std@@QEAA@_K@Z@4HA]+0x8): undefined reference toCxxFrameHandler3' nms_gpu_mex.o:(.xdata[$unwind$??1?$vector@_KV?$allocator@_K@std@@@std@@QEAA@XZ]+0x8): undefined reference to __CxxFrameHandler3' nms_gpu_mex.o:(.xdata[$unwind$??0?$vector@HV?$allocator@H@std@@@std@@QEAA@XZ]+0x8): undefined reference to CxxFrameHandler3' nms_gpu_mex.o:(.xdata[$unwind$??1?$vector@HV?$allocator@H@std@@@std@@QEAA@XZ]+0x8): undefined reference to `CxxFrameHandler3' nms_gpu_mex.o:(.xdata[$unwind$?_Reallocate@?$vector@HV?$allocator@H@std@@@std@@IEAAX_K@Z]+0x8): more undefined references to `__CxxFrameHandler3' follow collect2.exe: error: ld returned 1 exit status

Error nvmex (line 48) eval(mexCommandLine);

Error faster_rcnn_build (line 23) nvmex('functions/nms/nms_gpu_mex.cu', 'bin');

**Does anyone have the same problem with me? My computer environment: CUDA7.5+VS2013+Matlab2016b+Windows10

Thanks!**