Search Criteria
Package Details: ghdl-gcc-git 5.0.0dev.r9531.gc49b2038b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ghdl-gcc-git.git (read-only, click to copy) |
---|---|
Package Base: | ghdl-gcc-git |
Description: | VHDL simulator - GCC back-end |
Upstream URL: | https://github.com/ghdl/ghdl |
Licenses: | GPL2 |
Conflicts: | ghdl, ghdl-llvm-git, ghdl-mcode-git |
Provides: | ghdl, ghdl-git |
Submitter: | marzoul |
Maintainer: | marzoul (xiretza) |
Last Packager: | xiretza |
Votes: | 7 |
Popularity: | 0.011372 |
First Submitted: | 2015-12-02 22:51 (UTC) |
Last Updated: | 2024-08-30 16:19 (UTC) |
Dependencies (2)
- gcc-ada (gcc-ada-gitAUR, gcc-ada-snapshotAUR, gcc-ada-debugAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (9)
- ghdl-yosys-plugin-git (requires ghdl-git)
- parvaj-bin (requires ghdl-git)
- python-cocotb (requires ghdl) (optional)
- python-cocotb-bus-git (requires ghdl) (optional)
- python-cocotb-git (requires ghdl) (optional)
- python-cocotb-test-git (requires ghdl) (optional)
- python-edalize-git (requires ghdl) (optional)
- python-pyghdl-git (requires ghdl-git)
- python-pyuvm (requires ghdl) (optional)
Latest Comments
1 2 3 4 Next › Last »
xiretza commented on 2024-08-30 16:18 (UTC)
Updated to use GCC 12, which supports
_FORTIFY_SOURCE=3
thanks for the report :3texinfo
is already pulled in bybase-devel
, which is assumed to be installed.deneb commented on 2024-08-30 15:53 (UTC) (edited on 2024-08-30 15:55 (UTC) by deneb)
Build currently fails with the ootb
/etc/makepkg.conf
because of-D_FORTIFY_SOURCE=3
, with this rather silly error:Also, the build fails if the
makeinfo
executable isn't present, so presumably this package should makedepend oncore/texinfo
.xiretza commented on 2024-03-16 11:32 (UTC)
Indeed that fixes it, thanks!
smallAndSimple commented on 2024-03-16 09:47 (UTC)
I think the problem is LTO, I fixed it recently. Try with !lto in the options, and --disable-lto in gcc configure, that should fix it.
xiretza commented on 2024-03-12 21:56 (UTC)
I can reproduce, but I have no idea what to do about it. Updating the gcc tarball to 12.3.0 does not help.
CaporalWinnie commented on 2024-03-08 20:37 (UTC)
can't compile. I get this obscure message from an assembler file.
originating from:
delafthi commented on 2022-12-15 15:52 (UTC)
The issue seems to be fixed for now.
delafthi commented on 2022-12-14 08:43 (UTC) (edited on 2022-12-14 08:43 (UTC) by delafthi)
Currently, I get the following build errors:
It seems that the recent update of libmpc breaks the build of this package. Do you experience the same issues? I'm not sure whether this problem is ghdl specific or concerns all packages that include mpc. For me only ghdl threw this error.
csantosb commented on 2022-11-20 11:01 (UTC)
Check your MAKEFLAGS under /etc/makepkg.conf.
delafthi commented on 2022-11-02 12:27 (UTC)
Why does this package not build with
make -j$(nproc)
? Compiling on all cores would reduce the compile time. Especially, because this package follows the master branch and updates/rebuilds are quite often.1 2 3 4 Next › Last »