When compiling with LegOS, strncat and strncpy cause the link to fail. Why?
LegOS (necessarily) provides a stripped down version of the C string libraries. strncat and strncpy are not defined by LegOS. However, strcat and strcpy are. Change the archetype sys_mechs.arc to use these simpler (although more dangerous) versions of string functions. Note that in version 3.0 of MC-3020, the string library function calls have been eliminated. Native C is used throughout.