On Fri, Aug 11, 2017 at 11:33:08AM +0200, Sebastian Huber wrote: > crtstuff.s: Assembler messages: > crtstuff.s:44: Error: can't resolve `.tm_clone_table' {.tm_clone_table > section} - `.LCTOC1' {.toc1 section} > crtstuff.s:45: Error: can't resolve `__TMC_END__' {*UND* section} - > `.LCTOC1' {.toc1 section}
Maybe you want to #define USE_TM_CLONE_REGISTRY 0 for your subtarget? I don't see what is the real problem causing your issues, but that should allow you to get further at least. Segher