Package Details: ghdl-gcc-git 5.0.0dev.r9326.gec7cd5909-1

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.41
First Submitted: 2015-12-02 22:51 (UTC)
Last Updated: 2024-03-16 11:31 (UTC)

Dependencies (2)

Required by (10)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

marzoul commented on 2021-12-01 13:57 (UTC)

Thank you for reporting. I have changed the URL of sources. But I followed official gcc instructions at https://gcc.gnu.org/install/prerequisites.html. This should be more robust.

KEKE_046 commented on 2021-12-01 11:34 (UTC)

The isl.gforge.inria.fr mirror appears to be down, preventing the downloading of isl. ISL site seems to be https://libisl.sourceforge.io/ now.

marzoul commented on 2021-07-06 21:47 (UTC) (edited on 2021-07-06 21:49 (UTC) by marzoul)

Thank you Shinmen and runecaster for your help. Indeed I had forgotten about an edited makepkg.conf, and your solution works. I have pushed the change.

runecaster commented on 2021-07-06 19:11 (UTC) (edited on 2021-07-06 19:13 (UTC) by runecaster)

Shinmen, here is a workaround for this problem: Temporarily remove "-Wformat Werror=format-security \" from your /etc/makepkg.conf and rebuild it.

Same compiler flags appear to be the problem when building arm-linux-gnueabi-gcc (See comment from LyuFiFi).

marzou, initially I got the same errors as Shinmen, so please check your makepkg.conf if you have altered it.

marzoul commented on 2021-05-24 12:11 (UTC)

Hi Shinmen, I tried and it compiles on my side. I also tested from scratch (removed previous src/) and with fresh system update, it also compiles fine. Maybe your system has outdated gcc version, or you need to remove your old src/ ?

Shinmen commented on 2021-05-24 00:21 (UTC)

Whem i try to install has a erro on build,

''' /home/shinmen/.cache/yay/ghdl-gcc-git/src/gcc-10.3.0/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader, const cpp_token, const char, location_t)’: /home/shinmen/.cache/yay/ghdl-gcc-git/src/gcc-10.3.0/libcpp/expr.c:801:35: error: format not a string literal and no format arguments [-Werror=format-security] 801 | cpp_warning_with_line (pfile, CPP_W_LONG_LONG, virtual_location, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 802 | 0, message); | ~~~~~~~~~~~ /home/shinmen/.cache/yay/ghdl-gcc-git/src/gcc-10.3.0/libcpp/expr.c:804:38: error: format not a string literal and no format arguments [-Werror=format-security] 804 | cpp_pedwarning_with_line (pfile, CPP_W_LONG_LONG, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 805 | virtual_location, 0, message); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: some warnings being treated as errors make[2]: [Makefile:224: expr.o] Error 1 make[2]: Leaving directory '/home/shinmen/.cache/yay/ghdl-gcc-git/src/gcc-build/build-x86_64-pc-linux-gnu/libcpp' make[1]: [Makefile:2854: all-build-libcpp] Error 2 make[1]: Leaving directory '/home/shinmen/.cache/yay/ghdl-gcc-git/src/gcc-build' make: * [Makefile:942: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... error making: ghdl-gcc-git '''

xiretza commented on 2021-03-02 19:19 (UTC)

Hi, libghdl links against libgnat, so it depends on gcc-ada (see also the packages in the repos).

marzoul commented on 2020-04-25 08:30 (UTC)

Hi, nothing against, it just had low criticality. Pushed. Also enabled parallel compilation of ghdllib now that it has been fixed.

csantosb commented on 2020-04-23 18:34 (UTC)

Hi, anything against moving forward to gcc 9.3 ?