I am new to OpenCL. I have written a democode [http://chopapp.com/#gh9jv1u]
I have installed the drivers and AMD APP SDK. I am using the following to compile:
gcc –l/opt/AMDAPP/include –L/opt/AMDAPP/lib/x86_64/ open.cpp –lOpenCL
I am getting the following message:
gcc: error: –l/opt/AMDAPP/include: No such file or directory
gcc: error: –L/opt/AMDAPP/lib/x86_64/: No such file or directory
gcc: error: –lOpenCL: No such file or directory
Kindly help!