Hi. For GHDL i done below steps. rpm -i ghdl-0.29-2.143svn.4.fc16.src.rpm rpmbuild -ba ~/rpmbuild/SPECS/ghdl.spec
After the above steps is it necessary to do below steps aslo? configure gcc with the --enable-languages=vhdl option. You may of course add other languages. Also you'd better to disable bootstraping using --disable-bootstrap. Refer to the gcc installation documentation. * compile gcc. 'make CFLAGS="-O"' is OK * install gcc. This installs the ghdl driver too. 'make install' is OK. Regards Raghavedra
_______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
