You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Kali Linux, and have scoured the available repositories, added Amd's debian repository, and installed every package that hinted at including the required OpenCL library, all to no avail. Although, I do have quite a significant amount of *.cl files associated with the hashcat library, I am unsure if these are the correct ones.
Is there anyway I could get a file list, or more information as to exactly what is required, other than "the OpenCL lib"?
The text was updated successfully, but these errors were encountered:
Source files for CL used for compilation were located in /usr/include/CL as customary, and were copied to ./src directory as instructed. This was in spite of the fact, instructions state to copy files with a *.cl extension. As the only files containing a .cl extension were associated with HashCat, and not associated with any distribution variant of OpenCL.
As to be expected, cmake still failed to recognize OpenCL during generation of make files. Since, it appears, OpenCL is correctly installed on the system, the installation directory of OpenCL does not contain any *.cl files, and there is no information provided stating where the appropriate files can be located. One is left with the conclusion that these files are deprecated and no longer available. This results in the OpenCL feature being unobtainable, and broken.
I am running Kali Linux, and have scoured the available repositories, added Amd's debian repository, and installed every package that hinted at including the required OpenCL library, all to no avail. Although, I do have quite a significant amount of
*.cl
files associated with the hashcat library, I am unsure if these are the correct ones.Is there anyway I could get a file list, or more information as to exactly what is required, other than "the OpenCL lib"?
The text was updated successfully, but these errors were encountered: