Selon "James R. Leitch" <[EMAIL PROTECTED]>: > Hello, > > I hope I have the correct forum for this question ! > > Can anyone help me? > > I have downloaded GHDL vers 0.22, and installed under Suse 10.0, and also > the gcc-4.1.0 tarball, and copied the vhdl under gcc-4.1.0. > > The current installed compiler version in SuSE 10.0 is gcc-4.0.2. > > I can compile the object code (ghdl -a *.vhdl), but when I try and build > (ghdl -e *) : > > I get the error > /usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: > Invalid version tag 'VERSION' .Only an anonymous version tag is allowed in > executable. > > Am I linking against the 4.0.2 libraries instead of the 4.1.0 ? > > Thanks for any help you can provide. Hi,
remove the 'VERSION' word in grt.ver. BTW, which version of ld are you using (ld --version) ? Thanks, Tristan. _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
