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

Won't compile on GCC13 #6

Open
gshearer opened this issue Dec 16, 2023 · 1 comment
Open

Won't compile on GCC13 #6

gshearer opened this issue Dec 16, 2023 · 1 comment

Comments

@gshearer
Copy link

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. :)

@christian-heusel
Copy link

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

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

2 participants