On Wed, Jul 29, 2009 at 10:33:25AM +0200, Sylvere Teissier wrote: > Le vendredi 20 février 2009 à 23:30 +0100, Sylvere Teissier a écrit : > > Arnim Läuger wrote: > > > What is the exact error message? > > > I just gave it a try with ghdl 0.27 and it analyzed a file without any > > > problems: > > > $ ghdl -a --std=93c --workdir=work -Wc,-ftest-coverage > > > -Wc,-fprofile-arcs ../src/T80/T80_MCode.vhd > > > $ ll > > > work > > > T80_MCode.gcno > > > > > Analysis works too on my platform (debian lenny - > > ghdl0.27+svn110+gcc4.3.2), > > but I have a "seg fault" when running gcov after design execution :( > > Am I the only one to have this problem, or is it a general bug ? > > Code Coverage is an important feature, if this is a bug how can I help > to solve it?
Hi Sylvere, I have tried gcov with ghdl 0.28 and it worked. One possible issue is that your gcc version must be the same as the one used by ghdl (ie 4.3.x). Can you check that ? Maybe this constraint is too hard, and maybe I should include a ghdl-gcov tool. Tristan. _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
