Forum: GHDL GHDL on Fedora 9 x86_64

Posted by Dirk Barthel (Guest)
on 2008-10-02 17:41
(Received via mailing list)
Has anyone tried to build ghdl on a x86_64 system? I am using Fedora 9
x86_64 and I have everything on the DVD installed.

I started the build process by building the gcc-4.2.4 but that does
not even go through configure:
configure: error:
The following requested languages could not be built: ada
Recognised languages are: c,ada,treelang

I also tried running ghdl with a simple example which leads to the
following errors:
work/lfsr.s: Assembler messages:
work/lfsr.s:114: Error: suffix or operands invalid for `push'
work/lfsr.s:309: Error: suffix or operands invalid for `push'
work/lfsr.s:509: Error: suffix or operands invalid for `push'
work/lfsr.s:559: Error: suffix or operands invalid for `push'
work/lfsr.s:561: Error: suffix or operands invalid for `push'
work/lfsr.s:662: Error: suffix or operands invalid for `pop'
work/lfsr.s:663: Error: suffix or operands invalid for `pop'

Any help would be very much appreciated.

Thanks,
Dirk
Posted by Thomas Sailer (Guest)
on 2008-10-02 17:46
(Received via mailing list)
On Thu, 2008-10-02 at 09:39 -0600, Dirk Barthel wrote:
> Has anyone tried to build ghdl on a x86_64 system? I am using Fedora 9

If you want to just use ghdl, I suggest
yum install ghdl

If you're interested in the build process, look at the source rpm:
yumdownloader --source ghdl

Tom
Posted by Dirk Barthel (Guest)
on 2008-10-02 18:34
(Received via mailing list)
Wow, that was easy! Thanks very much!

Best regards,
Dirk
This topic is locked and can not be replied to.