This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: Dwarf debug format creation


  In message <002e01bf0c30$f4ecb3e0$c20014ac@johnmnt4.microtekintl.com>you writ
e:
  > Is it possible to compile a version of GCC on a Sun 10 (SunOS 4.1.3) that
  > will generate DWARF debugging info?  Am I going to have to create a
  > cross-compiler to do this?
I doubt it.  Among other things sunos4.1.x is an a.out system which does
not have the capability to represent debug sections needed by dwarf/dwarf2.

So, even if you build cross tools, you're out of luck.

jeff


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