home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!sol.ctr.columbia.edu!howland.reston.ans.net!hsdndev!husc-news.harvard.edu!husc9.harvard.edu!ebrown
- From: ebrown@husc9.harvard.edu (Eric Brown)
- Newsgroups: gnu.gcc.help
- Subject: help: want to use tcov with gcc
- Message-ID: <1992Dec17.100619.18606@husc3.harvard.edu>
- Date: 17 Dec 92 15:06:18 GMT
- Distribution: gnu
- Organization: Harvard University Science Center
- Lines: 16
- Nntp-Posting-Host: husc9.harvard.edu
-
- I would like to run 'tcov' (or an equivalent) to find out how much of
- my code is being executed. When I use the '-a' option with gcc I get
- the following message:
-
- ld: Undefined symbol
- ___bb_init_func
-
- I am runing GCC 2.3.2 on a SUN4.
-
- I check the source, and it seems like the code to put this function in
- libgcc.a on runs on the SUN3. Is this correct ?
-
- Does anyone know how to get this to work on the SUN4?
-
- Thanx,
- ebrown@husc.harvard.edu
-