On Fri, Jun 15, 2012 at 7:57 PM, Wojtek wrote: > Hi > > I am on: > Ubuntu 11.10 > pyclewn 1.9 > vim 7.3 > > Have problem as folow: > > (gdb) GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08 > Copyright (C) 2011 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "i686-linux-gnu". > For bug reporting instructions, please see: > <http://bugs.launchpad.net/gdb-linaro/>. > (gdb) file /path_to_proj/ctest/hello > (gdb) break "/path_to_proj/ctest/main.c":8 > No symbol table is loaded. Use the "file" command. > (gdb) > > What could be the reason of problem?
Probably your binary does not contain debug information. Try recompiling with -g. -- Xavier Les Chemins de Lokoti: http://lokoti.alwaysdata.net ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
