I have a debian linux installation ( 1:3.3.5-13) and a gcc (3.3.5) and a libgcc_s.so (3.4.3-13).
When I am trying to debug my application using gdb, its giving a message “cannot find bounds of current function”. Is it because of some version incompatabilits between gcc and some libraries. The gcc version is older than libgcc_s.so. Any idea what could be the reason?
Thanks and regards,
Boby