Hi,
I am trying to build a iUniversial type application. I successfully generated and packaged my own CODEC (via the CODEC package generation Wizard) and a server (via the server package generation Wizard). Next I created an application (reused the code and structure of randgen from the iUNIVERSAL examples as suggested by the documentation). I hit the same issue with my own application and also with the iUNIVERSIAL examples' applications: randgen and fir in which packages under the code engine directories are not found. I guess the problem is path issue and indeed the -Dxdc_path printed on the Linux monitor states the XDC install directory only (in addition to /../../ etc). I did set in the Makefile the XDCPATH to include also code_engine/packages and code_engine/cetools and other directories but still it did not help.
Thanks Ofer