Re: llvm-arm-embedded toolchain?
Brooks Davis <[email protected]>
| Newsgroups | gmane.os.freebsd.embedded,gmane.os.freebsd.current |
|---|---|
| Message-ID | <[email protected]> |
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