Port details |
- riscv64-none-elf-gcc GNU Compiler Collection for bare metal riscv64 cross-development
- 11.3.0_3 devel =2 11.3.0_3Version of this port present on the latest quarterly branch.
- Maintainer: manu@FreeBSD.org
- Port Added: 2020-01-15 01:15:29
- Last Update: 2024-01-27 12:36:31
- Commit Hash: a3477d5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3 GPLv3RLE
- WWW:
- https://gcc.gnu.org/
- Description:
- GCC, the GNU Compiler Collection supporting C and C++ for arm bare metal
crossbuilding.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- riscv64-none-elf-gcc>0:devel/riscv64-none-elf-gcc
- To install the port:
- cd /usr/ports/devel/riscv64-none-elf-gcc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/riscv64-none-elf-gcc
- pkg install riscv64-none-elf-gcc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: riscv64-none-elf-gcc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1651818405
SHA256 (gcc-11.3.0.tar.xz) = b47cf2818691f5b1e21df2bb38c795fac2cfbd640ede2d0a5e1c89e338a3ac39
SIZE (gcc-11.3.0.tar.xz) = 81141364
Packages (timestamps in pop-ups are UTC):
- Master port: devel/aarch64-none-elf-gcc
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- riscv64-none-elf-as : devel/binutils@riscv64_none_elf
- objdump : devel/binutils@native
- gmake>=4.3 : devel/gmake
- makeinfo : print/texinfo
- Runtime dependencies:
-
- riscv64-none-elf-as : devel/binutils@riscv64_none_elf
- Library dependencies:
-
- libgmp.so : math/gmp
- libmpfr.so : math/mpfr
- libmpc.so : math/mpc
- This port is required by:
- for Build
-
- sysutils/u-boot-bhyve-riscv
- sysutils/u-boot-qemu-riscv64
- sysutils/u-boot-sifive-fu540
- sysutils/u-boot-sifive-fu740
- sysutils/u-boot-starfive-visionfive2
Configuration Options:
- No options to configure
- Options name:
- devel_riscv64-none-elf-gcc
- USES:
- cpe gmake iconv libtool tar:xz makeinfo compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/aarch64-none-elf-gcc |
Commit | Credits | Log message |
11.3.0_3 27 Jan 2024 12:36:31 |
Muhammad Moinur Rahman (bofh) |
devel/riscv64-none-elf-gcc: Moved man to share/man
Approved by: portmgr (blanket) |
11.3.0_2 14 Nov 2023 17:16:48 |
Po-Chuan Hsieh (sunpoet) |
devel/riscv64-none-elf-gcc: Fix PLIST
- Bump PORTREVISION for package change
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned:
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/crtbegin.o
Error: Orphaned:
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/crtend.o
Error: Orphaned: lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/crti.o
Error: Orphaned: lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/crtn.o
Error: Orphaned:
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/libgcc.a
Error: Orphaned:
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/libgcov.a
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Approved by: portmgr (blanket) |
11.3.0_2 14 Nov 2023 17:16:48 |
Po-Chuan Hsieh (sunpoet) |
devel/riscv64-none-elf-gcc: Fix build with texinfo 7.1+
PR: 274858
Reference: https://pkg-status.freebsd.org/pb2/data/124i386-default-foo/2023-11-02_15h08m17s/logs/errors/riscv64-none-elf-gcc-11.3.0_2.log |
11.3.0 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
11.3.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
11.3.0 06 May 2022 06:48:49 |
Emmanuel Vadot (manu) |
devel/riscv64-none-elf-gcc: Update to 11.3.0 |
8.4.0_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.4.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.4.0_2 06 Sep 2020 16:04:16 |
lwhsu |
Correct COMMENT of devel/*-{eabi,elf}-gcc
Approved by: manu (maintainer)
Differential Revision: https://reviews.freebsd.org/D26338 |
8.4.0_2 27 Jun 2020 14:39:13 |
manu |
aarch64-none-elf-gcc: Remove the include-fixed directory
Those includes are, afaict, useless and cause problems if one build from a
custom FreeBSD without IPFILTER.
Do what the other gcc packages do and simply remove them.
PR: 230199 239210 |
8.4.0_1 27 Apr 2020 18:45:02 |
manu |
devel/aarch64-none-elf-gcc: Enable the plugins
The plugins now build fine on a native build for aarch64 so enable
and install them unconditionally for all arches.
Reported by: Mark Millard |
8.4.0 11 Apr 2020 21:01:24 |
manu |
Update aarch64-none-elf-gcc and slave ports to 8.4.0
This updates :
devel/aarch64-none-elf-gcc
devel/arm-none-eabi-gcc
devel/riscv32-unknown-elf-gcc
devel/riscv64-none-elf-gcc
For now keep a distinfo file for each ports, when we know taht
we can updated them all together we will remove it and use only
the master port distinfo file. |
6.4.0_7 15 Jan 2020 01:15:23 |
philip |
New port: riscv64-none-elf-gcc: bare metal toolchain for riscv64
Toolchain for bare metal targets (such as U-boot).
This is based on the aarch64-non-elf-gcc port, but uses a different gcc
version.
Submitted by: kp
Sponsored by: Axiado
Reviewed by: bapt |