[Ghdl-discuss] Building GHDL on top of a newer GCC 4.6.3

2012-08-17 Thread Raghavendra B.L
HI, Tristan other GHDL persons, I am currently working on Building GHDL-0.29 on top of a newer GCC 4.6.3(fedora 16). What I did: Download gcc 4.6.3 and ghdl-0.29 copied vhdl directory from ghdl -0.29.Now gcc-4.6.3/gcc/vhdl directory. ../gcc-4.6.3/configure --enable-languages=vhdl

Re: [Ghdl-discuss] Building GHDL on top of a newer GCC

2012-01-14 Thread tgingold
Hi, Hey Tristan other GHDL folks, Has anyone made any progress getting GHDL ported up to a build on and/or with a newer GCC? Quick answer: yes. I am currently porting GHDL to gcc 4.6/4.7. I plan to do a new release once this is completed. Tristan.

Re: [Ghdl-discuss] Building GHDL on top of a newer GCC - OS X

2012-01-12 Thread Dave Webb
Hi all, On Thu, Jan 12, 2012 at 2:01 PM, David Koontz diogra...@gmail.com wrote: You're github ghdl looks like it may not be up to date: ../../untar/gcc-4.6.0/gcc/vhdl/ortho-lang.c:766: parse error: GTY must be specified before identifier I already did some patching for these syntax changes

Re: [Ghdl-discuss] Building GHDL on top of a newer GCC - OS X

2012-01-12 Thread David Koontz
On Jan 13, 2012, at 2:46 AM, Dave Webb wrote: Hi all, On Thu, Jan 12, 2012 at 2:01 PM, David Koontz diogra...@gmail.com wrote: You're github ghdl looks like it may not be up to date: ../../untar/gcc-4.6.0/gcc/vhdl/ortho-lang.c:766: parse error: GTY must be specified before identifier I

Re: [Ghdl-discuss] Building GHDL on top of a newer GCC

2012-01-11 Thread David Koontz
On Jan 11, 2012, at 5:20 AM, Dave Webb wrote: Hi all, https://github.com/nickg/ghdl/tree/nick I just forked that https://github.com/davewebb8211/ghdl and pushed my changes. At least it compiles with gcc-4.6.0. As mentioned before, it compiles but now I'm stuck at make install.all in

Re: [Ghdl-discuss] Building GHDL on top of a newer GCC

2012-01-11 Thread David Koontz
On Jan 11, 2012, at 12:16 AM, Martin Strubel wrote: I've run some of the code through Doxygen, see Doxyfile at http://section5.ch/files/ghdl.Doxyfile.gz Just copy to ghdl source tree, gunzip, rename to Doxyfile, run doxygen. There's some abuse going on by mapping .adb files to VHDL code,

Re: [Ghdl-discuss] Building GHDL on top of a newer GCC

2012-01-11 Thread Stephen Leake
David Koontz diogra...@gmail.com writes: On Jan 11, 2012, at 12:16 AM, Martin Strubel wrote: I've run some of the code through Doxygen, see Doxyfile at http://section5.ch/files/ghdl.Doxyfile.gz Just copy to ghdl source tree, gunzip, rename to Doxyfile, run doxygen. There's some abuse

Re: [Ghdl-discuss] Building GHDL on top of a newer GCC

2012-01-10 Thread Dave Webb
Hi all, https://github.com/nickg/ghdl/tree/nick I just forked that https://github.com/davewebb8211/ghdl and pushed my changes. At least it compiles with gcc-4.6.0. As mentioned before, it compiles but now I'm stuck at make install.all in ./translate/ghdldrv. I get ghdl1-gcc:*command-line*:

Re: [Ghdl-discuss] Building GHDL on top of a newer GCC

2012-01-09 Thread Wesley J. Landaker
On Saturday, January 07, 2012 22:04:41 David Koontz wrote: I'm going to try this on for shock value, then show a light at the end of the tunnel. Thanks for the response. I wish I was more shocked, but the situation as you summarized was close to my impression. I think a big issue that plagues

Re: [Ghdl-discuss] Building GHDL on top of a newer GCC

2012-01-09 Thread Dave Webb
Hey Tristan, Wesley, David other ghdl folks! I've been trying to compile the newest ghdl for OS X (10.6.8) with a new gcc and run into the same problems. I patched ortho-lang.c and some Makefiles so I was able to build a ghdl1 and ghdl binaries that run, but do not work. Here, I would like to

Re: [Ghdl-discuss] Building GHDL on top of a newer GCC

2012-01-09 Thread Wesley J. Landaker
On Monday, January 09, 2012 15:49:22 Dave Webb wrote: Hey Tristan, Wesley, David other ghdl folks! I've been trying to compile the newest ghdl for OS X (10.6.8) with a new gcc and run into the same problems. I patched ortho-lang.c and some Makefiles so I was able to build a ghdl1 and ghdl

Re: [Ghdl-discuss] Building GHDL on top of a newer GCC

2012-01-09 Thread Geert Bosch
On Jan 8, 2012, at 00:04, David Koontz wrote: I'm going to try this on for shock value, then show a light at the end of the tunnel. First, no one is currently actively developing GHDL. There has been a dearth of volunteers. Tristan is off working hard for living doing Ada coding for

[Ghdl-discuss] Building GHDL on top of a newer GCC

2012-01-07 Thread Wesley J. Landaker
Hey Tristan other GHDL folks, Has anyone made any progress getting GHDL ported up to a build on and/or with a newer GCC? I'm working on updating the GHDL Debian package. Currently it is built on gcc-core-4.3.4 as a base, with gnat-4.4 as the compiler. This no longer builds in the current

Re: [Ghdl-discuss] Building GHDL on top of a newer GCC

2012-01-07 Thread David Koontz
On Jan 8, 2012, at 7:03 AM, Wesley J. Landaker wrote: Hey Tristan other GHDL folks, Has anyone made any progress getting GHDL ported up to a build on and/or with a newer GCC? I'm working on updating the GHDL Debian package. Currently it is built on gcc-core-4.3.4 as a base, with