Selon Kees Bakker <[EMAIL PROTECTED]>:

> On Friday 18 August 2006 08:29, Tristan Gingold wrote:
> > On Thu, Aug 17, 2006 at 02:53:32PM +0200, Kees Bakker wrote:
> > > On Thursday 17 August 2006 14:28, Tristan Gingold wrote:
> > > > On Wed, Aug 16, 2006 at 11:25:39AM +0200, Kees Bakker wrote:
> > > > > Hi,
> > > > Hi,
> > > >
> > > > > A few questions about the windows installation.
> > > > >
> > > > > First of all, do I need more than just ghdl-installer-0.xx.exe?
> > > > No.  The installer should contain everything.
> > > >
> > > > > I've tried to build a small test, but I can't get it to run the
> > > > > application. I also don't see the .o files like I have on Linux.
> > > > There is no .o files on Windows.
> > > > > I do:
> > > > >    ghdl -a t1.vhdl
> > > > >    ...
> > > > >    ghdl -e test_bench_16
> > > > >    ghdl -r test_bench_16
> > > > > I get:
> > > > >  numeric_std-body.v93:1184:7:@0ms:(assertion warning):
> NUMERIC_STD."<": metavalue detected, returning FALSE
> > > > >  numeric_std-body.v93:1184:7:@0ms:(assertion warning):
> NUMERIC_STD."<": metavalue detected, returning FALSE
> > > > So the simulation started.
> > > >
> > > > >  This application has requested the Runtime to terminate it in an
> unusual way.
> > > > >  Please contact the application's support team for more information.
> > > > Humm, this is weird.
> > > > Does the simultion work on Linux ?
> > >
> > > Yes, it does.
> > >
> > > > Do you have processes with big local variables ?  You should try the
> > > > --stack-size=X option to increase per process memory.  On Windows it
> does not grow
> > > > automatically.
> > >
> > > I'll try this out in a moment.
> > >
> > > >
> > > > > Another question.
> > > > > Can we just have a zip file with the ghdl tree? For us it is
> > > > > easier than running the installer. It's not a big thing but
> > > > > it's better to ask, you never know.
> > > > You could build the .zip from the svn repository but this is not easy.
> I
> > > > will release the .zip.
> > >
> > > When I zipped up the installed ghdl tree, then uninstalled GHDL, and
> unzipped
> > > the previously saved tree I got the following error:
> > > \Ghdl-0.25\bin\ghdl.exe:*command-line*: cannot find "std" library.
> > This won't work.  The installer writes entries in the register.
>
> I thought so, but can you tell me what they are? I still want to find a way
> to
> install GHDL from a zip file. (Zip is not really the point, I just want to
> copy
> a ghdl tree to the Windows machine before running a bunch of tests. This is
> all
> part of a larger test environment. Every is controlled and run from a Linux
> network.)
The key is HKLM\Software\Ghdl\Install_Dir.
I suppose you can use the -P option to override the key, I have to check this.
I think you can install ghdl in command line.  Refer nsis installer for
details.

Hopes this helps,
Tristan.

_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to