Debug Output for building libraries

Hello,

I stuck now with an “empty” lib.a file -

How do I get a list with sources that are left after applying SRC_FILTER?

Is SRC_FILTER a glob-expression, so do I need wildcards to get it right?

There is also variable SrcDir in library.json, does it accept a list of parallel directories?
E.g.

Mylib/src
Mylib/src_a
Mylib/src_b

Anyway to get my project fixed, I would need to get first a list of files that goes into my lib.a.

Any help is welcome, thank you and best regards, Axel.

You can configure the only one srcDir. After this moment, please control source code with SRC_FILTER

1 Like