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
platform: Make sure picolibc.c is included in every build when needed
Add picolibc.c to many source lists when CONFIG_PICOLIBC is defined to
ensure the constructor is defined. If this file is missing, linking
with picolibc will fail because this file also defines some symbols
needed by picolibc's crt0.o
Signed-off-by: Keith Packard <[email protected]>
0 commit comments