-
Notifications
You must be signed in to change notification settings - Fork 158
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
Build fails on Arch Linux #110
Comments
Have you checked archlinux wiki for cuda? |
Thank you for your reply. I have the read the Arch Wiki article but didn't find a solution. Here is output of
|
It is OK to build ALIEN with the newest environment in ArchLinux, if some error appeared, comment the Besides, more information could help solving the problem.Then your error on building is about the cuda compiler path. This should not be an error since it could be identified generally. To find the problem, could you check the path first? Ensure nvcc is on the right folder:
Ensure nvcc is installed correctly:
Check if nvcc identified by cmake:
If the only problem is in CMake, you may try reinstall the CMake (uninstall then install), and manually add the cuda path into your terminal configuration file, like .bashrc file. |
I have also tried this, but the same compile error occurs.
Interestingly,
For reference, this is the complete compile error for |
Since the err.txt contains
this warning, could you update the cmake to the newest version and try again? |
My installation is on the latest version.
This seems to be an issue with the |
Oh, i've seen the err.txt fully.
This is a copy of README.md, may you follow that and adjust the gcc version(try 11, 12 and 13)? |
This was one of the first things I tried. Compiling with GCC 11 for example results in the same error.
|
When building with the instructions in #100 (comment), I get the following error.
Building branch v4.10.2 or with the instructions in the README also fails. building with
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc-11 -DCMAKE_CXX_COMPILER=g++-11 -DCMAKE_CUDA_COMPILER=/opt/cuda/bin/nvcc
, I getI am using the Arch CUDA package.
The text was updated successfully, but these errors were encountered: