Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 05 Jul 2013 15:21:16 +0200
From: marcus.desto <marcus.desto@...pl>
To: john-dev@...ts.openwall.com
Subject: Problems Compiling pbkdf2_hmac_sha1_unsplit_kernel.cl


Hello,

after discovering some bugs in pyopencl I switched to C++ and OpenCL.

I wrote a program (see attachment) to use the implementation of pbkdf2_hmac_sha1_unsplit_kernel.cl .

But I get an error
opencl_02_.cpp: In Funktion »int main()«:
opencl_02_.cpp:44:26: Warnung: veraltete Konvertierung von Zeichenkettenkonstante in »char*« [-Wwrite-strings]
opencl_02_.cpp:48:30: Warnung: veraltete Konvertierung von Zeichenkettenkonstante in »char*« [-Wwrite-strings]
opencl_02_.cpp:85:28: Warnung: veraltete Konvertierung von Zeichenkettenkonstante in »char*« [-Wwrite-strings]

clCreateKernel : -46

Can someone help, please?

Thank you,

Regards,
Marcus
Download attachment "opencl.zip" of type "application/x-zip-compressed" (5320 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.