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
These are not necessary since the multilib system will find the correct
paths automatically.
This necessitates switching from using crt0.o and crt0-semihost.o to
instead using libcrt0.a and libcrt0-semihost.a. This is because .o
files cannot be found in the linker search directories, whereas .a
files can.
0 commit comments