5 ms·
"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
by alvarop 10y 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
- rui314 10y agoThe 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.
- alvarop 10y agoNice! I mostly want to use it on Cortex-M0/3/4 microcontrollers, which are much less complex.