Hi Christian,

> I'd like to use the ghdl - gcov tool chain to measure code coverage, and
> according to  the page
> http://home.mnet-online.de/al/ghdl_gcov/ghdl_gcov.html I've to use a
> syntax like
> ghdl -a -Wc,-ftest-coverage -Wc,-fprofile-arcs ... <unit>.vhd
> to command the underlying gcc to produce the intermediate files needed
> by gcov.
> 
> But my ghdl V0.26 seems not support any -Wc options any more.

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



Best regards
Arnim

_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to