Hi,
The codec team has a question on how to use the "GenCodecPkg" wizard so that it will generate package.xs that contains getSects(). They have been using the old deprecated RTSC platform wizard creation and using that tools it generates the package.xs which contains getLibs() and getSects(), but using the new "GenCodePkg" wizard, the package.xs is only containing getLibs().
Based on http://rtsc.eclipse.org/mediawiki-3.16/index.php?title=Creating_Configurable_Content&redirect=no#Package_Functions,
- getSects() — if all of the libraries specified by getLibs() exist, getSects() is called to get package-specific linker section data which is placed in the generated linker command file along with the list of libraries specified by getLibs()
So, the question is how to make the "GenCodecPkg" wizard to create a package.xs that contains getSects() to get package-specific linker section data.
Thanks.
//Buddy