Hacker News new | ask | show | jobs
by alvarop 3407 days ago
"The ELF support is in progress and is able to link large programs such as Clang or LLD itself. Unless your program depends on linker scripts, you can expect it to be linkable with LLD."

:( The one feature I need most for embedded development

1 comments

The document is outdated and needs updating. Linker script support has improved a lot since 3.9, and that's why it can now link the entire FreeBSD base system including kernel. It's still in active development (e.g. it can't link Linux kernel yet) but it's not that bad now.
Nice! I mostly want to use it on Cortex-M0/3/4 microcontrollers, which are much less complex.