Hi,
I am intending to develop a new analytics software using dmval to be running on DMVA2 devices, the thing here is that when triying to compile the example found in the documentation I have reached just to miss only this dependencies inside it:
./framework/alg/lib/dmval.a(DMVAL_create.o): In function `DMVAL_create':
DMVAL_create.c:(.text+0x30): undefined reference to `DM365MM_init'
DMVAL_create.c:(.text+0x3c): undefined reference to `DM365MM_mmap'
DMVAL_create.c:(.text+0x4c): undefined reference to `ISF_Algcreate'
DMVAL_create.c:(.text+0xa0): undefined reference to `NMS_Algcreate'
DMVAL_create.c:(.text+0xd8): undefined reference to `RLE_Algcreate'
DMVAL_create.c:(.text+0x110): undefined reference to `MORP_Algcreate'
DMVAL_create.c:(.text+0x13c): undefined reference to `CMEM_init'
DMVAL_create.c:(.text+0x200): undefined reference to `CPIS_getSegmentFGblockDim'
collect2: ld returned 1 exit status
make: *** [demo] Error 1
How can I reach to compile this simple example, is any Makefile or small proyect provided by TI to get started with development using this librarie?
Thank you very much and best regards.