Can't Debug Tutorial 2D Example.


biszop

Still Fresh
Joined
Dec 11, 2010
Messages
2
Hello everyone.
I wanted to start programming on caanoo. Firstly I wanted to run tutorial2d example and after some work I menaged to compile it without any error :)
Next step i wanted to run it, but I encountered next problem, when I'm using gdb it prints out someting like that:

Starting program: /home/biszop/GPH_SDK/DGE/example/example1/tutorial2d/host/tutorial2d
[Thread debugging using libthread_db enabled]
Start App Init------------------------------------------
DGE_Init Success------------------------------------------

Program received signal SIGSEGV, Segmentation fault.
0x00193ef6 in XF86DRIQueryExtension () from /usr/lib/fglrx/libGL.so.1

The program is running ok on device.
So, anyone have any idea,did I have some corrupted libs or what?
 
Back
Top