home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / gcc / help / 1894 next >
Encoding:
Text File  |  1992-08-12  |  1.5 KB  |  39 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!caen!umeecs!seena.eecs.umich.edu!burks
  3. From: burks@seena.eecs.umich.edu (Timothy Burks)
  4. Subject: Getting debugging information on mips-dec-ultrix4.2?
  5. Message-ID: <1992Aug12.162212.11642@zip.eecs.umich.edu>
  6. Sender: news@zip.eecs.umich.edu (Mr. News)
  7. Organization: University of Michigan, Ann Arbor
  8. Date: Wed, 12 Aug 1992 16:22:12 GMT
  9. Lines: 28
  10.  
  11.  
  12. I'm having trouble getting gcc (2.2.2) to produce debugging
  13. information (using the -g option) on a DECstation.  Apparently,
  14. the trouble is occurring in the mips-tfile program, which does
  15. some updates of the mips symbol tables after assembly is complete.
  16. Here's a partial transcript:
  17.  
  18.  /usr/local/lib/gcc-lib/mips-dec-ultrix4.2/2.2.2/mips-tfile -v -o Net.o /usr/tmp
  19. mips-tfile version 2.2.2 [AL 1.1, MM 19] DECstation running ultrix
  20. mips-tfile, /usr/tmp/cca16285.s:631 compiler error, badly formed #.def (internal
  21. line:           #.def   ListEntry<class Pin*>;  .scl    10;     .type   0x8;def
  22.  
  23. mips-tfile, /usr/tmp/cca16285.s:633 compiler error, badly formed #.def (internal
  24. line:           #.def   _prev;  .val    4;      .scl    8;      .tag    ListEntr
  25. ze      12;     .type   0x18;   .endef
  26.  
  27. mips-tfile, /usr/tmp/cca16285.s:634 compiler error, badly formed #.def (internal
  28. line:           #.def   _next;  .val    8;      .scl    8;      .tag    ListEntr
  29. ze      12;     .type   0x18;   .endef
  30.  
  31. <error messages go on MUCH further>
  32.  
  33.  
  34. Has anyone else encountered this?  Managed to fix the problem?
  35.  
  36. Thanks for any help,
  37.  
  38. Tim
  39.