Question about debuggers for xenix

Dr. Srodawa srodawa at vela.acs.oakland.edu
Thu Sep 13 02:27:22 AEST 1990


In article <26ed5ed0.3824 at petunia.CalPoly.EDU> gritchie at polyslo.CalPoly.EDU (Gary Ritchie) writes:
>
>
>I've seen people compile quite a few GNU programs under xenix.  Is there
>a reason I've never seen GDB brought to xenix?

GDB expects a.out format executable files.  Xenix generates COFF format
object files (still placed in the file a.out).  You can convert the
whole Xenix library to the a.out form, but then you lose the ability
to use the standard Xenix products.  There probably is light at the end
of the tunnel as work is progressing on GLD and probably GDB to
generate COFF.  Ron.

-- 
| Ronald J. Srodawa               | Internet: srodawa at unix.secs.oakland.edu |
| School of Engineering and CS    | UUCP:     srodawa at egrunix.UUCP          |
| Oakland University              | Voice:    (313) 370-2247                |
| Rochester, Michigan  48309-4401 |                                         |



More information about the Comp.unix.xenix.sco mailing list