On Thu, 2015-10-01 at 18:26 +0000, Lehmann, Patrick wrote: > Hello, > > > > building GHDL (current ghdl-0.33 branch) fails for gcc and llvm > backend with this error message: > > gcc -c -O2 -g > -gnatec/opt/gcc-4.9.2-temp/source/gcc-4.9.2/gcc/vhdl/grt/grt.adc > -gnat05 -o run-bind.o run-bind.adb > > gcc: error trying to exec 'gnat1': execvp: Datei oder Verzeichnis > nicht gefunden
Looks like your gcc installation is incomplete : you need to install the package "gnat" with the same version as gcc. (in older versions of some Linux distros, gnat was an older version than the default gcc.) If all else fails, gnat-2015 Libre edition from Adacore should work. -- Brian _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
