kBuild and any package using it FTBFS if the build path contains special characters (mostly anything except [a-zA-Z0-9\-]). This is fixed by using the static linking method from GCC3PLAIN.kmk on all other profiles.
fix build by using the correct echo binary, not the builtin one. Builtin echo does not escape regexes by default, so when mknodes generates nodes.c, a line such as: TRACE2((psh, "copyfunc: %p - %u refs\n", n->pblock, refs)); K_NOREF(refs);