Hello Raghavendra, the current code is written for gcc 4.3. It has to be changed to build with newer gcc versions. And noone has done so, still.
I don't know if Tristan works on an update, but the svn public repository is still quiet. Regards, Lluís. On Fri, Aug 24, 2012 at 07:04:54PM +0530, Raghavendra B.L wrote: > HI All, > I am currently trying to Build GHDL-0.29 on top of a newer GCC > 4.6.3(fedora 16), > ../gcc-4.6.3/configure --enable-languages=vhdl --disable-bootstrap > configured successfully. and applied Kevin Steffensen patch > (http://www.mail-archive.com/ghdl-discuss@xxxxxxx/msg01245.html) and then > > 'make CFLAGS="-O"' Got below error > > collect2: ld returned 1 exit status > gnatlink: error when calling /usr/bin/gcc > gnatmake: *** link failed. > make[2]: *** [ghdl1] Error 4 > make[2]: Leaving directory > `/root/rpmbuild/BUILD/gcc-4.6.3-20120306/host-x86_64-unknown-linux-gnu/gcc' > make[1]: *** [all-gcc] Error 2 > make[1]: Leaving directory `/root/rpmbuild/BUILD/gcc-4.6.3-20120306' > make: *** [all] Error 2 > > Next from google find link on on nov 2005 ( > https://mail.gna.org/public/ghdl-discuss/2005-11/msg00010.html). > > I suppose __dummy was defined in the libgcc used by gnatgcc (or gcc 2.8.1) > but not in gcc 3.3.5 > . You may fix this by defined an empty __dummy() function in ortho-lang.c > for example. > > I didn't understand whatever Tristan said please guide me to compile ghdl > for newer version > > Regards > Raghavendra > _______________________________________________ > Ghdl-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/ghdl-discuss _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
