I have the same error here with gcc 5.4 and 6.2.0 on Debian testing. GCC is broken

Workaround:
export GCC_EXEC_PREFIX=/usr/lib/gcc/
make

This should fix it.


-----------------------------------
Wissenschaftliche Hilfskraft
Technische Universität Dresden
Fakultät Informatik
Institut für Technische Informatik
Lehrstuhl VLSI-Entwurfssysteme, Diagnostik und Architektur        
01062 Dresden, GERMANY
Tel.:  +49 351 463-38451                                       Fax:  +49 351 463-38324
E-Mail: patrick.lehm...@tu-dresden.de  
WWW:    http://vlsi-eda.inf.tu-dresden.de

-------- Ursprüngliche Nachricht --------
Von: Jon Taylor
Datum:27.10.2016 01:48 (GMT+01:00)
An: GHDL discuss list
Betreff: [Ghdl-discuss] Build error

Hi all,

I am attempting to build GHDL with the gcc backend.  I get through
everything up to 'make ghdllib' with no problems, and then see this
error:

make[1]: Leaving directory '/root/ghdl'
gnatmake -c -aI./src/grt -gnatec./src/grt/grt.adc -gnat05 -gnatdY \
  ghdl_main  -cargs -g
gnatmake: objects up to date.
sed -e '/^P /s/P /P NR /' < ghdl_main.ali > ghdl_main-tmp.ali
mv ghdl_main-tmp.ali ghdl_main.ali
gnatbind -Lgrt_ -o run-bind.adb -n ghdl_main.ali
gcc -c -g -gnatec./src/grt/grt.adc -gnat05 -gnatdY -o run-bind.o run-bind.adb
gcc: error: run-bind.adb: Ada compiler not installed on this system
src/grt/Makefile.inc:119: recipe for target 'run-bind.o' failed
make: *** [run-bind.o] Error 1

Any ideas?

Jon

_______________________________________________
Ghdl-discuss mailing list
Ghdl-discuss@gna.org
https://mail.gna.org/listinfo/ghdl-discuss

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Ghdl-discuss mailing list
Ghdl-discuss@gna.org
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to