This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

xdc Reference Error in .tcf

Other Parts Discussed in Thread: SYSBIOS

 

 

 

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.