/usr/bin/ld: /tmp/ccjI03lp.ltrans1.ltrans.o: in function `terminal_mouse_read.lto_priv.0':
<artificial>:(.text+0x2a53): undefined reference to `scheduler_yield_impl'
I already marked scheduler_yield_impl as __attribute__((used)), not sure how to fix this one.
I already marked
scheduler_yield_impl
as__attribute__((used))
, not sure how to fix this one.