This replaces libkmc in makefile with libgcc and nustd, which are the recommended libraries for gcc's internal functions and the C standard library. libkmc was designed for use with the original SDK compiler, exeGCC, and as such is not meant for GCC 10. The variable used to display the libgcc directory, N64_LIBGCCDIR, should already be defined on the build PC if the instructions for setting up my SDK were followed.
This replaces libkmc in makefile with libgcc and nustd, which are the recommended libraries for gcc's internal functions and the C standard library. libkmc was designed for use with the original SDK compiler, exeGCC, and as such is not meant for GCC 10. The variable used to display the libgcc directory, N64_LIBGCCDIR, should already be defined on the build PC if the instructions for setting up my SDK were followed.