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.34dev

Then 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 :)

 

Regards

    Patrick

 

-----------------------------------

Wissenschaftliche Hilfskraft

 

Technische Universität Dresden

Fakultät Informatik

Institut für Technische Informatik

Lehrstuhl VLSI-Entwurfssysteme, Diagnostik und Architektur

01062 Dresden

Tel.:   +49 351 463-38451

Fax:    +49 351 463-38324

Raum:   APB-1020

E-Mail:  <mailto:patrick.lehm...@tu-dresden.de> patrick.lehm...@tu-dresden.de

WWW:     <http://vlsi-eda.inf.tu-dresden.de/> 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 <mailto:patrick.lehm...@tu-dresden.de> 
To: ghdl-discuss@gna.org <mailto:ghdl-discuss@gna.org> 
Date: Fri, 6 May 2016 10:14:21 +0000
Subject: Re: [Ghdl-discuss] ghdl -r produces compilation error

Hello,

 

just follow the steps in the LLVM section in BUILD.txt:

 

1. install llvm-3.5, including clang, dev packages and so on

2. 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-config

make

sudo 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 case

is a missing libedit package.

 

Regards

   Patrick

 

-----------------------------------

Wissenschaftliche Hilfskraft

 

Technische Universität Dresden

Fakultät Informatik

Institut für Technische Informatik

Lehrstuhl VLSI-Entwurfssysteme, Diagnostik und Architektur

01062 Dresden

Tel.:   +49 351 463-38451

Fax:    +49 351 463-38324

Raum:   APB-1020

E-Mail:  <mailto:patrick.lehm...@tu-dresden.de> patrick.lehm...@tu-dresden.de

WWW:     <http://vlsi-eda.inf.tu-dresden.de/> 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 <mailto: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 helpful

  _____  

From: t.n...@hotmail.com <mailto:t.n...@hotmail.com> 
To: ghdl-discuss@gna.org <mailto:ghdl-discuss@gna.org> 
Date: Fri, 6 May 2016 02:22:41 +0000
Subject: Re: [Ghdl-discuss] ghdl -r produces compilation error

actually it is named crct1.vhd indeed
but i "manually" typed (my_file)  here  for illustrative purposes

> To: ghdl-discuss@gna.org <mailto:ghdl-discuss@gna.org> 
> From: tging...@free.fr <mailto: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 <mailto:Ghdl-discuss@gna.org> 
> https://mail.gna.org/listinfo/ghdl-discuss


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


_______________________________________________ Ghdl-discuss mailing list 
Ghdl-discuss@gna.org <mailto: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