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

error whle compile in ubuntu #25

Open
MAITHI19 opened this issue Jul 18, 2023 · 5 comments
Open

error whle compile in ubuntu #25

MAITHI19 opened this issue Jul 18, 2023 · 5 comments

Comments

@MAITHI19
Copy link

hello sir
im geting this erors
/usr/bin/ld: cannot find -lOpenCL

/usr/include/CL/cl_version.h:22:104: note: ‘#pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)’
22 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 300 (OpenCL 3.0)")

please help me how to fix this

@MAITHI19
Copy link
Author

./profanity2.x64 --leading 0000000 -w 256 -z "7d798acc490f26daa63e5239b91c609c290b42cfca72430c098f1521ecd93b2ad79a56030c01122fe25ba84d0f5cddb977bfb9f70e7a959cf884c5e76d5d6c88"
Mode: leading
Target: Address
Devices:

not showing devices please help

@adamiss5138
Copy link

same issue. Not showing any devices

@stillLearning03
Copy link

how did you fix the '/usr/bin/ld: cannot find -lOpenCL' ??

@l3wi
Copy link

l3wi commented Dec 2, 2023

./profanity2.x64 --leading 0000000 -w 256 -z "7d798acc490f26daa63e5239b91c609c290b42cfca72430c098f1521ecd93b2ad79a56030c01122fe25ba84d0f5cddb977bfb9f70e7a959cf884c5e76d5d6c88" Mode: leading Target: Address Devices:

not showing devices please help

You need to install the cuda toolkit:

sudo apt install nvidia-cuda-toolkit

@Umiiii
Copy link

Umiiii commented May 26, 2024

see #39

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

6 participants
@l3wi @adamiss5138 @Umiiii @MAITHI19 @stillLearning03 and others