导入应用程序工程后,编译提示如下错误信息:
make debug
mkdir: 无法创建目录"Debug": 权限不够
makefile:97: recipe for target 'Debug/mem_util.o' failed
make: *** [Debug/mem_util.o] Error 1
我已经把对应的文件夹chmod 777 了
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.
导入应用程序工程后,编译提示如下错误信息:
make debug
mkdir: 无法创建目录"Debug": 权限不够
makefile:97: recipe for target 'Debug/mem_util.o' failed
make: *** [Debug/mem_util.o] Error 1
我已经把对应的文件夹chmod 777 了