cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

kracker
Adept II

can't compile MatrixMulDouble

Basically, picture says it all, I however can compile most of the other samples that I tried.

This is on MinGW, on Windows.

Thanks

0 Likes
1 Solution

It looks like OpenCL.lib is missing. check if AMDAPPSDKROOT is defined and is pointing to right place C:\program Files\AMD APP

View solution in original post

0 Likes
3 Replies
himanshu_gautam
Grandmaster

Samples that include cl.hpp do not build on MinGW. These samples are in the cpp_cl folder.

it is mentioned in Samples Release notes "Known Issues". As of now, you can use cygwin.

Thanks, I installed cygwin and Visual Studio, but now I am getting this on anything I compile. Am I doing a stupid error on my part?

Thanks

EDIT: fixed that, it had another (GNU link) that I removed... but now I am getting error LNK2001 and 2019.

0 Likes

It looks like OpenCL.lib is missing. check if AMDAPPSDKROOT is defined and is pointing to right place C:\program Files\AMD APP

0 Likes