Hi Andrew, > On 16 Dec 2019, at 10:54, Andrew Pinski <pins...@gmail.com> wrote: > > Why does VxWorks not have weak symbol support when it is an elf > target? I can understand it not having support in a loader but these > symbols should all be resolved at build time.
VxWorks has so called "Dynamic Kernel Modules", which are partially linked aggregations of object files that one would download and link dynamically with a running kernel on a target. We don't support weak symbols in this mode. Olivier