SPC5Studio cannot use the malloc() and free() functions in the stdlib.h standard library.For Example:char * str = (char *) malloc(1024);
free(str);I've added the GCC standard header path to SPC5Studio, and other library functions are used normally...