creating binary library with module dependencies

Technical questions regarding the XTC tools and programming with XMOS.
knaesevic83
Newbie
Posts: 1
Joined: Tue Feb 27, 2024 1:22 pm

creating binary library with module dependencies

Post by knaesevic83 »

Hi everyone,

I am trying to build a binary lib of a module following the instructions at
https://www.xmos.com/documentation/XM-0 ... aries.html
The project is building and working by including the module as source files. The module (I want to build as a library) itself is dependent on other modules which I included as usual with DEPENDENT_MODULES.
However, when building the project with the module as library, it can not find any dependencies from the other modules (e.g. I get stuck already with not found header files)

Is this at all possible and if yes, could you point me to some solutions?

Many thanks in advance for your help!