Hi!
I am trying to compile a program dbusping.c. I've attached the program
with this mail. When I try to compile the program with the following
command,
gcc `pkg-config --libs --cflags dbus-glib-1` -o dbusping dbusping.c
I get the following error:
dbusping.c: In function `signal_filter':
dbuspi
Hi!
I have been trying to use gdb to debug a maemo application, maemo_hello
inside scratchbox for armel target and have been encountering some
problems while doing the same. I did the following to run gdb and debug
the application :
First, I opened two scratchbox prompts (say sbox1 and sbox2). In