From: Tom Hughes (thh_at_cyberscience.com)
Date: Tue Jul 01 2003 - 22:21:06 BST
In message <3F01F250.70201_at_sierra-da.com> Ivan Kissiov <ivan_at_sierra-da.com> wrote: > I would appreciate any ideas on helping ups-3.37 see the debugging > info. I am running > (gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)). The target > executable is compiled with '-g', the format is 'elf' and I have checked > with 'nm' that the symbol info is there. I can debug with gdb. The ups > binary is 3.37 (build date: Wed May 22 18:06:52 BST 2002). gcc 3.2 generates DWARF debugging info by default on linux, so you either need to use a newer ups that understands DWARF or you need to use -gstabs+ when compiling to get stabs debugging instead. Tom -- Tom Hughes (thh_at_cyberscience.com) Software Engineer, Cyberscience Corporation http://www.cyberscience.com/
This archive was generated by hypermail 2.1.4 : Thu Jul 03 2003 - 18:54:09 BST