Post Go back to editing

Headless build of multi-project application with CrossCore

Thread Summary

The user is setting up a CI/testing pipeline for a multi-project application using CrossCore Embedded Studio, where the main project depends on 10 library projects. The headless build tool only builds the specified project, ignoring dependencies. The solution is to build each library project separately before building the main project.
AI Generated Content

I'm trying to set up a continuous integration/testing pipeline for a multi-project application. I came across this question which partially answered how to do headless builds.
https://ez.analog.com/dsp/software-and-development-tools/cces/f/q-a/68208/exporting-makefile-and-building-from-the-command-line

However, this doesn't quite help with my situation, as I have almost a dozen projects that need to be built and linked into a single program.

Using the '-project' option multiple times doesn't seem to work, nor does appending multiple paths after '-project'. Also, my projects are scattered across a working tree with other unrelated projects, so any import option that requires importing all projects under a common root is out of the question. 

Are there any other options that would suit my needs?

Thanks,
Ryan