This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS创建文件夹



CCS项目使用system时一直出错:

string folderPath = "fat:123";

string command;
command = "mkdir -p " + folderPath;
system(command.c_str());

undefined first referenced
symbol in file
--------- ----------------
system ./main.obj

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "fileSystem.out" not built