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
I believe most of it is caused by v003 using libgcc.a from the repo and v00x using it from the system.
Relevant line in ch32fun.mk is LDFLAGS+=-L$(CH32FUN)/../misc -lgcc in the v003 block. I haven't tested adding it to v00x yet.