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.

c64p time stamp provider and bios version

Other Parts Discussed in Thread: SYSBIOS, MIDAS

I use the c64p time stamp provider to get cycle count. My cfg file has the following statements

var timeStamp = xdc.useModule('xdc.runtime.Timestamp');

timeStamp.SupportProxy = xdc.useModule('ti.sysbios.family.c64p.TimestampProvider');

In my code, I use staements like: Timestamp_get32();

I was previously using sysbios 6.31.5.31 and evrything was working.

I recently tried to switch to sysbios 6.32.5.53. I am now getting compilation failure with the following linker error

undefined first referenced

symbol in file

--------- ----------------

ti_sysbios_family_c64p_TimestampProvider_Module_startup__F C:\ti\project\medsys\rel20111014\ti_midas\miAlgos\iir\test\ccsProj_C6678\testIir\Release\configPkg\package\cfg\testIir_pe66.oe66

ti_sysbios_family_c64p_TimestampProvider_get32__E C:\ti\project\medsys\rel20111014\ti_midas\miAlgos\iir\test\ccsProj_C6678\testIir\Release\configPkg\package\cfg\testIir_pe66.oe66

error #10234-D: unresolved symbols remain

What could be the problem?