Hi
I am trying to incorporate the XDC configuration from the NDK example "client.cfg" into my own configuration file called app.cfg.
But when I add the line
var Global = xdc.useModule('ti.ndk.config.Global');
to my configuration I get two errors when I compile.
Cannot read property "target" from undefined
Description Resource Path Location Type
Cannot read property "target" from undefined (C:/ti/ndk_2_21_02_43/packages/ti/ndk/config/package.xs#47).
There is no problems compiling the client example project.
I am using the following versions in both projects
MCSDK 2.1.2.6
MCSDK PDK TMS320C6657
NDK 2.21.2.43
SYS/BIOS 6.33.6.50
XDCtools 3.23.4.60
CCS 5.4
Target ti.targets.elf.C66
Platform ti.platform.evm6657
I ahve attached the two cfg files so hopefully someone can tell me what the problem is.
Best
Jens Biltoft