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
on 2008-10-02 17:41
on 2008-10-02 17:46
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