notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2026Q1
gcc-arm-embedded Complete GCC-based toolcahin for embedded ARM development
14.2r1_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 14.2r1_1Version of this port present on the latest quarterly branch.
Maintainer: lev@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-03-12 23:48:13
Last Update: 2026-03-12 23:46:41
Commit Hash: d526868
License: GPLv2 LGPL20 LGPL21 GPLv3 LGPL3
WWW:
https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain
Description:
The GNU Toolchain for the Arm Architecture releases produced by Arm (referred to as “Arm GNU Toolchain”) enable partners, developers the community to use new features from recent Arm Architecture and from open-source projects GCC, Binutils, glibc, Newlib, and GDB. * Contains integrated and validated packages. * Supports C and C++ languages. * Supports CPUs based on the A, R and M profiles of the Arm architecture (including Cortex-A, Cortex-R, Cortex-M and Neoverse processors). * Provides different variants of the toolchain which can be used for bare-metal embedded development.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • gcc-arm-embedded>0:devel/gcc-arm-embedded
To install the port:
cd /usr/ports/devel/gcc-arm-embedded/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/gcc-arm-embedded
  • pkg install gcc-arm-embedded
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gcc-arm-embedded
Package flavors (<flavor>: <package>)
  • default: gcc-arm-embedded
  • aarch64: gcc-arm-embedded-aarch64
NOT_FOR_ARCHS: arm armv6 armv7 mips mips64 mips64el mipsel mipsn32
distinfo:
TIMESTAMP = 1743428897 SHA256 (arm-gnu-toolchain-src-snapshot-14.2.rel1.tar.xz) = e6405f20f8a817a50d92dbf7974d0ee77708dfdf9e79900a59c5d343b464ef9c SIZE (arm-gnu-toolchain-src-snapshot-14.2.rel1.tar.xz) = 311500280

Expand this list (2 items)

Collapse this list.

SHA256 (gnu-devtools-for-arm-v1.3.0.tar.bz2) = 89fdac5e73bff3673d930fdc8c1807d7548bd978900ff8d2fd45125984626dc2 SIZE (gnu-devtools-for-arm-v1.3.0.tar.bz2) = 744557

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. gfind : misc/findutils
  3. getopt>=0 : misc/getopt
  4. gmake>=4.4.1 : devel/gmake
  5. makeinfo : print/texinfo
  6. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
  2. indexinfo : print/indexinfo
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for gcc-arm-embedded-14.2r1_1: APROFILE=on: Add support for Cortex-A profiles (valid only for default armv7 target) PYGDB=on: Build and install python-enabled gdb in addition to standard one SYMLINK=on: Make version-independent symlink /usr/local/gcc-arm-embedded ===> Use 'make config' to modify these settings
Options name:
devel_gcc-arm-embedded
USES:
compiler:c++14-lang cpe gmake libtool:keepla makeinfo shebangfix tar:xz python
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
14.2r1_1
12 Mar 2026 23:46:41
commit hash: d5268682b2a3d8350d275a629951ad975bcdd20ecommit hash: d5268682b2a3d8350d275a629951ad975bcdd20ecommit hash: d5268682b2a3d8350d275a629951ad975bcdd20ecommit hash: d5268682b2a3d8350d275a629951ad975bcdd20e files touched by this commit
Dimitry Andric (dim) search for other commits by this committer
devel/gcc-arm-embedded: fix build with clang 21

With clang 21 devel/gcc-arm-embedded fails to build, with errors similar
to:

     
/wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb/binutils/readelf.c:23278:37:
error: pointer comparison always evaluates to false
[-Werror,-Wtautological-compare]
       23278 |           || inote.namedata + inote.namesz < inote.namedata)
             |                                            ^

and later many instances of:

    In file included from <built-in>:1:
    In file included from
/wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/defs.h:63:
   
/wrkdirs/usr/ports/devel/gcc-arm-embedded/work-default/src/binutils-gdb--gdb/gdb/../gdbsupport/enum-flags.h:97:34:
error: non-type
          template argument is not a constant expression
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 1