WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project. ERROR: Unable to parse source file : /home/adieumeg/Documents/Projects/Valencia/workspaces/vhdl_examples/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc100.vhd ERROR: Parse error at line 32 column 30: 22: -- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23: 24: -- --------------------------------------------------------------------- 25: -- 26: -- $Id: tc100.vhd,v 1.2 2001-10-26 16:29:38 paw Exp $ 27: -- $Revision: 1.2 $ 28: -- 29: -- --------------------------------------------------------------------- 30: 31: package c04s03b02x00p29n06i00100pkg is 32: type int_1 is range 1 to 32; ^ 33: attribute pin_number : int_1; 34: end c04s03b02x00p29n06i00100pkg; 35: 36: use work.c04s03b02x00p29n06i00100pkg.all; 37: ENTITY c04s03b02x00p29n06i00100ent IS 38: port ( P2 : out bit) ; 39: attribute pin_number of P2 : signal is 1; 40: END c04s03b02x00p29n06i00100ent; 41: 42: ARCHITECTURE c04s03b02x00p29n06i00100arch OF c04s03b02x00p29n06i00100ent IS /bin/bash: sonar-scanner-local : commande introuvable