Hi,
I am building a 6748 image with code composer 4 in Windows XP env, and also have xdctools installed.
now, I am trying to use the exception module, by adding it in .tcf via the following statement:
var Exception = xdc.useModule("ti.sysbios.family.c64p.Exception");
however when I opened tcf via configuration tool, I got an error: ReferenceError: "xdc" is not defined.
any tips? is there any config steps that should be done before using xdc?
(I see that the path to xdc was updated)
thank you
Hezi.