Other Parts Discussed in Thread: SYSBIOS
Hello everyone,
(target C6678, CCS 5.5, BIOS 1.25, XDCTools 3.25)
For my SYSBIOS application,
I'm trying to build a custom timestamp module.
I followed http://rtsc.eclipse.org/docs-tip/Extending_xdc.runtime_Timestamps/Example_1
with a very simple test application but I get undefined symbol errors during the link :
custom_Timestamp_Module_startup__F
custom_Timestamp_get32__F
custom_Timestamp_get64__F
custom_Timestamp_getFreq__F
I don't get why and I'm stuck.
Can you point me at what is wrong ?
See the attached project + custom module
4784.timestamp_issue.zip
Thank you
Clement