Hello,
I have two codec engines that build for Linux86, C64P and MVArm9.
I would like to have a library that has utility functions in it such as trace, memory management, etc.
How can I build the utility library for the multiple platforms and add it to the codec engine XDC build process so it sits in the .tar alongside the built codec engine library?
I can then specify the utility library in the package.xs , right? Do I set up the utility library build with XDC?
I tried just including the shared utility .c files when building into each codec engine but there are errors because one builds it and the other complains that it is already built. This lead me to think that have a utilities.a64P alongside the codec.a64P would be the best thing.
Is there anyone that can help me with this?
Matt