| 
 
| 我将一个项目导入到项目树视图中(通过导入功能),构建项目时出现了这个错误: 10:35:43 **** Incremental Build of configuration Default for project pedscan ****
 make all
 make: *** No rule to make target `all'. Stop.
 "make all" terminated with exit code 2. Build might be incomplete.
 10:35:43 Build Failed. 1 errors, 0 warnings. (took 128ms)
 
 Debug 目录下有一个 Makefile。
 当我在终端的那个 Debug 目录中执行 “make all” 时,make all 能正常运行。看起来是目标配置不正确?
 
 
 | 
 |