Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make.sh error #5

Open
whut-dg opened this issue Mar 25, 2021 · 6 comments
Open

make.sh error #5

whut-dg opened this issue Mar 25, 2021 · 6 comments

Comments

@whut-dg
Copy link

whut-dg commented Mar 25, 2021

error: command 'g++' failed with exit status 1

@xiaoweidao
Copy link

I am also face the problem,can anyone solve it?

@xiaoweidao
Copy link

E:\ProgramData\Anaconda3\envs\ganggang\pythonProject\test\TraDeS-master\src\lib\model\networks\DCNv2\src\cpu\dcn_v2_im2col_cpu.cpp : fatal error C1083: Cannot open compiler generated file: '': Invalid argument error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 1

@ztb520
Copy link

ztb520 commented Apr 18, 2021

sudo apt-get install build-essential

@JialianW
Copy link
Owner

Please make sure the gcc version is compatible, as described in installation instrctions.

@ayanasser
Copy link

ayanasser commented Sep 1, 2021

I am working with gcc 8.4.0 as mentioned in the documentation
but the make give me this error

fatal error: cublas_v2.h: No such file or directory
#include <cublas_v2.h>
compilation terminated.
error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1

@JialianW
Copy link
Owner

For the DCN compilation issue, you may refer to #2, if it still doesn't work after you ensure the GCC version is all set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants