I received error: command '/opt/cuda/bin/nvcc' failed with exit code 1
.
It seems to be caused by using cuda
version 11.6.2-1 with gcc
version 12.
The workaround that I found is by using gcc11
.
To use gcc11
, it is necessary to use export CC=/usr/bin/gcc-11 CXX=/usr/bin/g++-11
.
Pinned Comments
acxz commented on 2022-02-03 22:09 (UTC)
Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.