cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

joen
Journeyman III

The file format of OpenCL.a is not recognized by gcc on ubuntu 11.10(64bit)

Hi, everybody!

I download the AMD-APP-SDK-v2.6-lnx64.tgz (93 MB) and have installed it on ubuntu 11.10(64bit).

Additionally, I also download the opencl1d2_additional_files.zip and extract the zip under the /opt/AMDAPP/

Then, I try to link the OpenCL.a to compile my opencl 1.2 program, but the gcc tell me

/opt/AMDAPP/lib/x86_64/libOpenCL.a: could not read symbols: File format not recognized

My gcc version:

gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)

Makefile:

gcc -std=c99 taskDispatch.c -L /opt/AMDAPP2/lib/x86_64 -lOpenCL -I /home/joen/OpenCL/include -I /opt/AMDAPP2/include -o taskDispatch.o

Computer:

CPU: intel I7, Graphic card:AMD RADEON HD 6850, OS: Ubuntu 11.10

Please help me, thanks~

0 Likes
1 Reply
dmitri_lebedinski
Journeyman III

Hi all,

I have the same problem on OpenSUSE 11.4, HW: Core i7, Radeon HD 5770.

0 Likes