-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
compilation error with cuda 9 #2541
Comments
There's two to three steps that you'll need to perform to make this work. Start by cloning and trying to compile the current master. I assume this will fail on the same step, but then we'll get on from there. |
Thanks I have compiled the master branch and it worked. |
Hi,
|
Hi, Funaizhang: |
Hi, Funaizhang: |
Also got the same error. |
This is probably the reason for the build environment, gcc++ and nvcc do not open c++11 by default, you can add "add_definitions(-std=c++11) set(CUDA_NVCC_FLAGS "-std=c++11")" in CMakeLists.txt.(/home/.../pcl-1.9.1/CMakeLists.txt) |
Joining is still wrong |
Any further progress on this issue? |
Is there someone solve the problem, I get the same problem, I need help, please help me |
Hi,
I am getting the below compilation error when trying to compile the GPU modules on a Jetson-TX2 board, with cuda 9 installed.
Environment: Jetson TX-2
any help is appreciated.
The text was updated successfully, but these errors were encountered: