Hi,
I'm creating a project which consists of two C projects. One of them (bloclimber) depends on an other one (bcc) which requires to be completely built before (as I use it in Build Rules to generate some files).
Both projects are of type Command Line Tool.
I've listed the bcc target as Dependencies under the Build Phases tab into bloclimber settings.
When building, it processes the bcc target but it looks like it does not generate it entirely (directories are created but not the executable).
Output when building is attached.
Any ideas what's going on here?
I'm creating a project which consists of two C projects. One of them (bloclimber) depends on an other one (bcc) which requires to be completely built before (as I use it in Build Rules to generate some files).
Both projects are of type Command Line Tool.
I've listed the bcc target as Dependencies under the Build Phases tab into bloclimber settings.
When building, it processes the bcc target but it looks like it does not generate it entirely (directories are created but not the executable).
Output when building is attached.
Any ideas what's going on here?