Has anyone built the FastRTS library on Linux for the DM6446?
I've tried and get the following errors but am tols it should be possible.
Building archive "fastrts62x64x.src" --> "fastrts62x64x.lib"
>> File "adddp.obj" already exists
>> File "addsp.obj" already exists
>> File "divc30.obj" already exists
>> Directory contains files which would be overwritten
if the archive is built. Move/delete the files, or
use the --k option which will overwrite them
designeng2@005267L:~/i2i-3/DM6446/tracker/codecs/myviddec/c6400/mthlib/lib$ mk6x --k fastrts62x64x.src
Building archive "fastrts62x64x.src" --> "fastrts62x64x.lib"
"divdp.asm", ERROR! at line 27: [E1000] Include/Copy file not found or opened
.include divc30.asm ; \
"divdp.asm", ERROR! at line 28: [E1000] Include/Copy file not found or opened
.include mpy62.asm ; > all 3 are called by "dpdiv1.asm"
"divdp.asm", ERROR! at line 29: [E1000] Include/Copy file not found or opened
.include flt64.asm ; /
3 Assembly Errors, No Assembly Warnings
Errors in Source - Assembler Aborted
>> Compilation failure
>> Archive "fastrts62x64x.lib" not built