小编Jam*_*mes的帖子

Eclipse CDT“路径必须包含项目和资源名称”

我一直在用头撞砖墙,所以任何帮助将不胜感激:)

我创建了两个具有以下结构的项目。

  1. C:\ide\xxx\source 下有一个源文件夹
  2. C:\ide\xxx\build1 下有一个项目文件夹
  3. C:\ide\xxx\build2 下有一个项目文件夹
  4. build1 和 build2 都包含使用变量 MYBUILD_ROOT="C:\ide\xxx" 的链接文件夹 C:\ide\xxx\source。

build2 使用内部构建器编译得很好。然而,build1 甚至没有开始构建,因为它报告

> **** Rebuild of configuration Release for project CoreMarkTs1 ****
> 
> **** Internal Builder is used for build               **** 
> Build error
> Path must include project and resource
> name: /build1
Run Code Online (Sandbox Code Playgroud)

任何帮助将非常感激。

eclipse eclipse-cdt build-error

4
推荐指数
1
解决办法
3399
查看次数

标签 统计

build-error ×1

eclipse ×1

eclipse-cdt ×1