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
Compiling on Arch Linux, commit 1bd147d, I get the following error:
/home/diegovsky/Downloads/GBARunner3/code/core/arm9/source/Fat/ff.c:684:9: error: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
684 | memset(dst, val, cnt);
I'm not sure if on Windows it is imported/defined automatically, but I hackedfixed it by including <string.h> in the common.h file for both processors:
i can confirm the same thing happens on Windows 10. i have to note that i have installed MSYS2 and the Wonderful Toolchain from BlocksDS and i don't know if that's interfering.
Compiling on Arch Linux, commit 1bd147d, I get the following error:
I'm not sure if on Windows it is imported/defined automatically, but I
hackedfixed it by including<string.h>
in thecommon.h
file for both processors:The text was updated successfully, but these errors were encountered: