You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 3.4, The various sample linker scripts do not define _end correctly or consistently. This breaks code using this symbol, such as the common malloc implementation. This has been fixed upstream in #57727 which should be backported.