We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I've just spent the last few days trying to get this to build on ArchLinux. After some hairloss, I've discovered that gcc13 is the culprit.
So, for those of you trying to get this to build on a modern Linux, try installing gcc12 and:
export CC=gcc-12 export CXX=g++-12
Hope to save you some hair. :)
The text was updated successfully, but these errors were encountered:
I've just spent the last few days trying to get this to build on ArchLinux
I also published a PKGBUILD for this on the AUR for those interested 😄 https://aur.archlinux.org/packages/gpu-stress-test-git
Sorry, something went wrong.
No branches or pull requests
Hi,
I've just spent the last few days trying to get this to build on ArchLinux. After some hairloss, I've discovered that gcc13 is the culprit.
So, for those of you trying to get this to build on a modern Linux, try installing gcc12 and:
Hope to save you some hair. :)
The text was updated successfully, but these errors were encountered: