Hello Alexander,
On Wed, Jun 09, 2021 at 16:45:17 CEST, Alexander Tormasov via users wrote:
found that key problem here is
__thread G *g __asm__("" "runtime.g»);
in form of
__thread G *g ;
it works, so, question - how to use this asm synonym for __thread variables in 10.3?
Do you also see this error with a Linux-native GCC 10 tool chain?
BTW, may the GCC community (or even Stackoverflow) be a much better place to ask this general question than this mailing list? I doubt we have to offer many GCC experts in the Genode crowd.
Greets