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

HELP Is there any chance ??? #38

Open
Rootlente opened this issue Aug 17, 2021 · 2 comments
Open

HELP Is there any chance ??? #38

Rootlente opened this issue Aug 17, 2021 · 2 comments

Comments

@Rootlente
Copy link

Rootlente commented Aug 17, 2021

I have an error in the make a file

gcc: error: unrecognized command-line option ‘-cl-std=CL1.2’

also i have a $2$16$57debb77a3b130a92397f8c063049274$1048576$12$20cfa3155178d70198020000$60$ad91090585684fe3da68e053c0cbfdaae24e8bd5c6b50978790b964d3b2a808c3394a833c690cc9c99c0364d9df1fac40bdcadcd2b987a7d780bfdc3 recovery key and is there any chance

Thank you!

@professornope
Copy link

I can help with the gcc error.
After a couple of days of intensive googling, I finally found a fix.

  1. First, edit the Makefile file located in src_OpenCL/Makefile
  2. On the 6th line, you will see the string that includes that argument that it's failing on. Change that whole string to just
    -lOpenCL
  3. Run the build.sh file and you should get an executable now in your build folder.

If that still fails, you're missing a package. The one I needed was nvidia-cuda-toolkit

Props go to StefanFabian on https://githubmemory.com/repo/e-ago/bitcracker/issues/34

@Rootlente
Copy link
Author

Ou Thank you very much!!!

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