> From: zera...@gmail.com
> To: mingw-w64-public@lists.sourceforge.net
> Date: Sat, 5 Sep 2015 10:03:35 -0400
> Subject: Re: [Mingw-w64-public] Unable to link OpenCL for i686
>
> Nakai,
>
> Does that imply that there is something
Subject: Re: [Mingw-w64-public] Unable to link OpenCL for i686
hi, zeranoe
Do you want to do that on windows (eg. msys/msys2) ? If so, here is my way
to generate libOpenCL.a (OpenCL.dll import library).
On Win64 System
1. generate .def files
(a) for 64bit
mkdir lib64 && gendef - /c/Windows/
mport libraries when I build FFmpeg.
> From: zera...@gmail.com
> To: mingw-w64-public@lists.sourceforge.net
> Date: Fri, 4 Sep 2015 23:17:22 -0400
> Subject: [Mingw-w64-public] Unable to link OpenCL for i686
>
> I'm unable to link OpenCL
I'm unable to link OpenCL for i686, but x86_64 works.
I'm creating the library files (.a) from a def file using dlltool. The def
file and headers come from the ICD archive found here:
https://www.khronos.org/registry/cl/
I'm attempting to run the following bash compile script:
for arch in "i686"