RE: [Ghdl-discuss] GHDL-0.27 for Cygwin

2008-08-05 Thread Jason Pyeron
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jason Pyeron > Sent: Tuesday, August 05, 2008 5:28 PM > To: 'GHDL discuss list' > Cc: cygwin@cygwin.com > Subject: RE: [Ghdl-discuss] GHDL-0.27 for Cygwin >

RE: [Ghdl-discuss] GHDL-0.27 for Cygwin

2008-08-05 Thread Jason Pyeron
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dave Korn > Sent: Tuesday, August 05, 2008 9:56 AM > To: 'Jason Pyeron'; 'GHDL discuss list' > Cc: cygwin@cygwin.com > Subject: RE: [Ghdl-discuss] GHDL-0.27

RE: [Ghdl-discuss] GHDL-0.27 for Cygwin

2008-08-05 Thread Jason Pyeron
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of David G. Koontz > Sent: Tuesday, August 05, 2008 10:11 AM > To: GHDL discuss list > Subject: Re: [Ghdl-discuss] GHDL-0.27 for Cygwin > > Jason Pyeron wrote: >

RE: [Ghdl-discuss] GHDL-0.27 for Cygwin

2008-08-05 Thread Dave Korn
Jason Pyeron wrote on 05 August 2008 14:38: Make fails with the following error: Comparing stages 2 and 3 warning: ./cc1-checksum.o differs warning: ./libgcc/_chkstk.o differs Bootstrap comparison failure! ./ada/exp_aggr.o differs make[2]: *** [compare] Error 1 >

RE: [Ghdl-discuss] GHDL-0.27 for Cygwin

2008-08-05 Thread Jason Pyeron
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jason Pyeron > Sent: Monday, August 04, 2008 9:46 PM > To: 'GHDL discuss list' > Subject: Re: [Ghdl-discuss] GHDL-0.27 for Cygwin > > > > -Original M

FW: [Ghdl-discuss] GHDL-0.27 for Cygwin

2008-08-04 Thread Jason Pyeron
`/tmp/ghdl/cygwin/4142gcc/build/gcc' make[2]: Leaving directory `/tmp/ghdl/cygwin/4142gcc/build' make "DESTDIR=" "RPATH_ENVVAR=LD_LIBRARY_PATH" "TARGET_SUBDIR=i686-pc-cygwin" "bindir=/usr/local/4142gcc-4.2.4/bin" "datadir=/usr/local/414

undefined reference to - ghdl problem

2004-11-27 Thread Pinhas Krengel
With some help, I used the following configuration: ./configure --enable-languages=vhdl --enable-nls=no I used gcc-ada and gcc-core 3.4.1 from http://sunsite.utk.edu/ftp/pub/cygwin/release/gcc/gcc-ada/?M=D and was able to build it okay on cygwin. The asmple test hello.vhdl compiles okay ghdl -a

Re: gcc-ada (3.4.1) and GHDL

2004-11-26 Thread Gerrit P. Haase
Pinhas Krengel wrote: Thanks, How do I notify the autor. Look in the README or the AUTHORS file if there is a bug reporting address, maybe they have some instructions at their website too? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: htt

Re: gcc-ada (3.4.1) and GHDL

2004-11-26 Thread Gerrit P. Haase
Pinhas Krengel wrote: I tried to build the package GHDL on gcc 3.4.1 on cygwin. I got an error message (below). Can someone give me a tip on how to attack this problem? Thanks, Pinhas gnatmake: objects up to date. gnatmake -o ghdl1.exe -aI./vhdl -aOvhdl ortho_gcc-main \ -bargs -E -cargs -O

gcc-ada (3.4.1) and GHDL

2004-11-26 Thread Pinhas Krengel
I tried to build the package GHDL on gcc 3.4.1 on cygwin. I got an error message (below). Can someone give me a tip on how to attack this problem? Thanks, Pinhas gnatmake: objects up to date. gnatmake -o ghdl1.exe -aI./vhdl -aOvhdl ortho_gcc-main \ -bargs -E -cargs -O -Wall -gnata -largs agcc

Re: GHDL

2004-11-19 Thread Gerrit P. Haase
Pinhas Krengel wrote: GHDL is a VHDL simulator, using the GCC technology (http://ghdl.free.fr/). Did somebody tried to build it on cygwin. I had a lot of problems. Yes, and yes, me too. I also reported to the maintainer that it is not possible to bootstrap GHDL and Ada at the same time, it seems

GHDL

2004-11-19 Thread Pinhas Krengel
GHDL is a VHDL simulator, using the GCC technology (http://ghdl.free.fr/). Did somebody tried to build it on cygwin. I had a lot of problems. >From a technical point of view, GHDL is a GCC front-end: it compiles VHDL files into objects files, like GCC does for C, C++, Fortran or Ada95 fi