Eclipse CDT "The path must include the name of the project and the resource"

I hit my head against a brick wall with this, so any help would be greatly appreciated :)

I created two projects with the following structure.

  • The folder C: \ ide \ xxx \ source has one source folder,
  • There is a project folder under C: \ ide \ xxx \ build1
  • There is a project folder under C: \ ide \ xxx \ build2
  • Both build1 and build2 include the linked folder C: \ ide \ xxx \ source using the variable MYBUILD_ROOT = "C: \ ide \ xxx".

build2 is compiled using the built-in constructor. However, build1 does not even start because it reports

> **** Rebuild of configuration Release for project CoreMarkTs1 ****
> 
> **** Internal Builder is used for build               **** 
> Build error
> Path must include project and resource
> name: /build1

Any help would be greatly appreciated.

+3
source share
1 answer
: 3 , , - ( )

: Eclipse CDT . , " " , , : Eclipse C/++

. , DLL (Project Properties > C/++ Build > Settings > Cross g++ Linker > > ). DLL, " " ( : P)

+2

Source: https://habr.com/ru/post/1763763/


All Articles