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