xmos / xcore_iot

Other
30 stars 40 forks source link

Investigate building modules as static libraries #278

Closed keithm-xmos closed 2 years ago

keithm-xmos commented 2 years ago

Building modules as static libraries iwill allow us to use CMake's machinery to manage dependencies. If a target links with lib_foo.a, and lib_foo depends on lib_bar, then lib_bar.a will automatically be build before lib_foo.a.

keithm-xmos commented 2 years ago

The first stage of this is to prove it is doable. Once this proof exist, we will need to estimate what is required to: