Re: I need info about vcg

kees.bakker@altium.nl (Kees Bakker)
12 Oct 2003 18:49:18 -0400

          From comp.compilers

Related articles
I need info about vcg linux_guy_99@yahoo.com (2003-10-08)
Re: I need info about vcg kees.bakker@altium.nl (2003-10-12)
| List of all articles for this month |

From: kees.bakker@altium.nl (Kees Bakker)
Newsgroups: comp.compilers
Date: 12 Oct 2003 18:49:18 -0400
Organization: Altium SOFTWARE B.V.
References: 03-10-038
Keywords: tools, analysis
Posted-Date: 12 Oct 2003 18:49:18 EDT

>>>>> Panneer writes:
>
> hi,
> can anyone please tell me about how to interface the xvcg to gcc such
> that the .cfg file that is output by the gcc can be given as input to
> the xvcg to produce a graph output. i'm just a beginner and it would
> be great if someone could help.
>


You probably mean to say the .vcg file output by GCC.
What options have you tried? If I compile a program with
      gcc -O -Wall -g -dav -o foo foo.c
I get a bunch of .vcg files. However, I get errors when I run xvcg.


/tmp > xvcg foo.c.stack.vcg >/dev/null
Line 5: attribute T_Co_hidden currently not implemented !
Line 84: attribute T_Co_hidden currently not implemented !




Kees


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.