I have created an algorithm package from scratch using the gencodec package wizard.
Without modifications, xdc release creates a zip I can extract in my codec server. When building the codec server with this package, the codec library is rebuilt from source,
and everything is fine.
The trouble is, if I edit package.bld to set :
Pkg.attrs.exportSrc = false;
The package building is fine, but when I use the generated zip to build my codec server, it fails with :
undefined symbol first referenced in file
--------- ----------------
_EDGE_XCAM_IDMA3 package/cfg/bin/cs_x64P.o64P
_EDGE_XCAM_IEDGE package/cfg/bin/cs_x64P.o64P
How can I make a package without adding the sources ?