Open astrogeco opened 3 years ago
@jphickey here's the issue I wrote regarding elf2cfetbl
@astrogeco I'm down with having a deeper conversation around how to address this in a scalable way.
What do you think about making the add_cfe_tables()
function pluggable? It could be defined by whichever project implements the table tool (e.g. elf2cfetbl
or eds2cfetbl
), and then the CMake function definition could be include()ed in arch_build.cmake
.
Is your feature request related to a problem? Please describe. See conversation in https://github.com/nasa/cFS/discussions/319
Describe the solution you'd like
Create a modifiable CMAKE parameter for the location of elf2cfetbl so users can design custom directory structures
Describe alternatives you've considered
Long-term, let users define custom toolchain compositions using tools other than elf2cfetbl
Additional context See above