All,
 Let me know if this should go to a different forum.

    We are facing a slightly weird problem that findSuffix() is returning
null in our codec packages so right now i am using hard coded suffixes. Has
anyone faced this problem?  I am using dvsdk 4.0 extracted with Ubuntu 10.10
host for OMAP3530 target.  What I find funny is why does this not happen
when trying to link ce/fc/osal libraries.. findSuffix() would be used in
those packages also to decide what libraries to link.  Any clues? My
user.bld contents are below. Package.bld is an empty file in our codec
packages.  Any pointers would be helpful.

xdctools version: xdctools_3_16_03_36
codec engine: codec-engine_2_25_05_16


var C64P = xdc.useModule('ti.targets.C64P');
/* Configuring the platform */
C64P.platform = "ti.platforms.evm3530";
/* CGTools*/
/* This is the server cgtools version. This can be different from the codec
   CGTools version as long as both are some versions 6.0.xx .*/
C64P.rootDir = "/cgtools/cg6x_6_0_18";
/* ARM side Target */
var GCArmv5T= xdc.useModule("gnu.targets.arm.GCArmv5T");
/* location of your  ARMTarget tools */
GCArmv5T.rootDir = "/backup/mp_vps/vps/omap3430/arm-2009q1";
GCArmv5T.LONGNAME = "/bin/arm-none-linux-gnueabi-gcc";
GCArmv5T.platform = "ti.platforms.evm3530";

/*
 *  ======== Build.targets ========
 * list of targets (ISAs + compilers) to build for
 */
Build.targets = [
    C64P,
    GCArmv5T,
];
Regards,
Omkiran
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to