This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

MIPS TX-39 and Debug Information ---


Hi,

I am trying to check the TX-39 toolset. I have built everything.
Compiled eCOS 1.3.1 and built the "hello" example. Now I am
trying to debug it, and GDB reports that there is no debug info.

Using objdump, I see no .mdebug section, or something like that.
I can see by the size of hello.exe that there is no debug info
in it.

is there any special setting to get GDB aware executables ?


--------------------------------------------------------------
hello.exe:     file format elf32-bigmips

Sections:
Idx Name          Size      VMA               LMA               File off  
Algn
  0 .rom_vectors  000000cc  ffffffff80000000  ffffffff80000000  00001000  
2**0
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  1 .text         00008294  ffffffff800000cc  ffffffff800000cc  000010cc  
2**2
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  2 .fini         00000000  ffffffff80008360  ffffffff80008360  0000a420  
2**0
                  CONTENTS
  3 .ctors        00000030  ffffffff80008360  ffffffff80008360  00009360  
2**2
                  CONTENTS, ALLOC, LOAD, DATA
  4 .dtors        00000020  ffffffff80008390  ffffffff80008390  00009390  
2**2
                  CONTENTS, ALLOC, LOAD, DATA
  5 .rodata       00000724  ffffffff800083b0  ffffffff800083b0  000093b0  
2**3
                  CONTENTS, ALLOC, LOAD, DATA
  6 .vsr_table    00000000  ffffffff80008ad4  ffffffff80008ad4  0000a420  
2**0
                  CONTENTS
  7 .rodata1      00000000  ffffffff80008ad4  ffffffff80008ad4  0000a420  
2**0
                  CONTENTS
  8 .fixup        00000000  ffffffff80008ad4  ffffffff80008ad4  0000a420  
2**0
                  CONTENTS
  9 .gcc_except_table 00000000  ffffffff80008ae0  ffffffff80008ae0  0000a420 
  2*
*0
                  CONTENTS
10 .data         00000940  ffffffff80008ae0  ffffffff80008ae0  00009ae0  
2**3
                  CONTENTS, ALLOC, LOAD, DATA
11 .bss          000038d0  ffffffff80009420  ffffffff80009420  0000a420  
2**4
                  ALLOC
bash-2.02$
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]