I'm trying to use TMS320DM648 with TI RTOS. And have some problems.
1.In create project window I chose XDS tools last version 3.30.3.47_core. And after creating project from minimal kernel example template I have one error:
"can't find the library 'lib/ti.targets.rts6000.a64P' specified by package ti.targets.rts6000. It wasn't found along the path...."
And really, there isn't those lib in path. But this lib is in older version of XDStools.
So if create project with XDStools version 3.25.3.72 I have follow error:
template generation of 'C:\TI\Workspace\Blink2/src/sysbios/makefile' failed: InternalError: XDC runtime error: ti.sysbios.family.c64p.Exception/common$: no property named 'outPolicy' .xdchelp /Blink2 line 1313 C/C++ Problem
Why?! How create first project and run it ??? ((((
Regards.