cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

kernel_mode
Journeyman III

CodeXL crashes under linux, can't debug my program

Hello.

I can't debug my program with CodeXL under Ubuntu 14.04. When I try to run my project CodeXL outputs following error:

kdubovikov@nb023:/opt/AMD/CodeXL_1.6-7247$ sudo ./CodeXL

QObject::connect: No such slot CpuProjectSettings::OnCssCheckedChanged(int) in obj/release/CpuProjectSettings.cpp:406

/home/kdubovikov/Projects/opengl-tutorials/bin/example: /opt/AMD/CodeXL_1.6-7247/./x86_64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by /home/kdubovikov/Projects/opengl-tutorials/bin/example)

I have tried removing the original library and creating a symbolic link to  /usr/lib/x86_64-linux-gnu/libstdc++.so.6, but after that I could not even run the teapot example which worked fine before, so I have restored the original file.

How can I overcome this issue?

0 Likes
0 Replies