Finally my problem is solved . actually i installed libgnat-4.9-dbg and ghdl_0.33-1jessie1_i386.deb and the problem was gone. but when i included a user-defined package to work i gor the following error "prefix must designate a package or a library" From: patrick.lehm...@tu-dresden.de To: ghdl-discuss@gna.org Date: Fri, 6 May 2016 18:47:38 +0000 Subject: Re: [Ghdl-discuss] ghdl -r produces compilation error
Hello again, I’m installing GHDL into „/opt/ghdl/0.34dev“.You can set the installation path in ./configure with and addition switch--prefix=/opt/ghdl/0.34devThen I added a symlink in /usr/local/bin to /opt/ghdl/0.34dev/bin/ghdl In this way I can compile, test and compare different GHDL version.The current “stable” version is accessable via symlink. Or just deinstall the ord version J Regards Patrick -----------------------------------Wissenschaftliche Hilfskraft Technische Universität DresdenFakultät InformatikInstitut für Technische InformatikLehrstuhl VLSI-Entwurfssysteme, Diagnostik und Architektur01062 DresdenTel.: +49 351 463-38451Fax: +49 351 463-38324Raum: APB-1020E-Mail: Patrick.Lehmann@tu-dresden.deWWW: http://vlsi-eda.inf.tu-dresden.de From: Ghdl-discuss [mailto:ghdl-discuss-boun...@gna.org] On Behalf Of Tarek Najjar Sent: Friday, May 06, 2016 1:33 PM To: GHDL discuss list <ghdl-discuss@gna.org> Subject: Re: [Ghdl-discuss] ghdl -r produces compilation error Thank you Patrick . question: does building GHDL 0.34dev, as you described, contradict with the current status of my environment since ghdl 0.31 is already installed and vim is configured to use Syntastic ?? From: patrick.lehm...@tu-dresden.de To: ghdl-discuss@gna.org Date: Fri, 6 May 2016 10:14:21 +0000 Subject: Re: [Ghdl-discuss] ghdl -r produces compilation errorHello, just follow the steps in the LLVM section in BUILD.txt: 1. install llvm-3.5, including clang, dev packages and so on2. install gcc + gnat (I’m using 5.3)3. check if “llvm-config” works and if it points to the right version “which llvm-config” Now follow the instructions:./configure --with-llvm-configmakesudo make install That’s all to build GHDL 0.34dev.If the build fails, look if packages are missing in your distros build environment. A common caseis a missing libedit package. Regards Patrick -----------------------------------Wissenschaftliche Hilfskraft Technische Universität DresdenFakultät InformatikInstitut für Technische InformatikLehrstuhl VLSI-Entwurfssysteme, Diagnostik und Architektur01062 DresdenTel.: +49 351 463-38451Fax: +49 351 463-38324Raum: APB-1020E-Mail: Patrick.Lehmann@tu-dresden.deWWW: http://vlsi-eda.inf.tu-dresden.de From: Ghdl-discuss [mailto:ghdl-discuss-boun...@gna.org] On Behalf Of Tarek Najjar Sent: Friday, May 06, 2016 11:43 AM To: GHDL discuss list <ghdl-discuss@gna.org> Subject: Re: [Ghdl-discuss] ghdl -r produces compilation error could you guide me through installing ghdl 0.33 the unstruction on https://github.com/tgingold/ghdl/blob/master/BUILD.txt are not helpfulFrom: t.n...@hotmail.com To: ghdl-discuss@gna.org Date: Fri, 6 May 2016 02:22:41 +0000 Subject: Re: [Ghdl-discuss] ghdl -r produces compilation erroractually it is named crct1.vhd indeed but i "manually" typed (my_file) here for illustrative purposes> To: ghdl-discuss@gna.org > From: tging...@free.fr > Date: Thu, 5 May 2016 20:50:51 +0200 > Subject: Re: [Ghdl-discuss] ghdl -r produces compilation error > > On 05/05/16 13:23, Tristan Gingold wrote: > > On 05/05/16 11:23, Tarek Najjar wrote: > >> > >> $> ghdl -v > >> GHDL 0.31 (20140108) [Dunoon edition] > >> Compiled with GNAT Version: 4.8 > >> GCC back-end code generator > >> Written by Tristan Gingold. > >> > >> Copyright (C) 2003 - 2014 Tristan Gingold. > >> GHDL is free software, covered by the GNU General Public License. There > >> is NO > >> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > >> PURPOSE. > > > > Note that this version is a little bit old, you can download the latest > > release from github. > > > >> $> ghdl -r -v my_file > >> ./my_file > >> ghdl: compilation error > > > > Ok, and what about: > > $ ghdl -e -v my_file > > Also, if the top unit is named crct1 (as it is from the file you > posted), you should do: > > $ ghdl -e crct1 > $ ghdl -r crct1 > > Tristan. > > > _______________________________________________ > Ghdl-discuss mailing list > Ghdl-discuss@gna.org > https://mail.gna.org/listinfo/ghdl-discuss _______________________________________________ Ghdl-discuss mailing list Ghdl-discuss@gna.org https://mail.gna.org/listinfo/ghdl-discuss _______________________________________________ Ghdl-discuss mailing list Ghdl-discuss@gna.org https://mail.gna.org/listinfo/ghdl-discuss _______________________________________________ Ghdl-discuss mailing list Ghdl-discuss@gna.org https://mail.gna.org/listinfo/ghdl-discuss
_______________________________________________ Ghdl-discuss mailing list Ghdl-discuss@gna.org https://mail.gna.org/listinfo/ghdl-discuss