Re: llvm-arm-embedded toolchain?

From: Brooks Davis <brooks_at_freebsd.org>
Date: Wed, 19 Aug 2026 13:20:36 UTC
On Mon, Aug 17, 2026 at 03:00:53PM +0200, A FreeBSD User wrote:
> Hello,
> 
> looking into MCU development as a casual task I was wondering that there is no port available
> targetting ARM/AARCH64 based on the LLVM/CLANG toolchain, like devel/gcc-arm-embedded.
> 
> There is none in the ports - or am I simply blind?

It looks like devel/gcc-arm-embedded mushes together a toolchain and a
collection of target-specific headers and libraries.  Presumably you'd use
your favoriate devel/llvm* port along with the latter bits, but I don't work
in this area.  It might be that devel/gcc-arm-embedded should be split
to depend on another port containing the headers.

-- Brooks