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.

DSPLIB questions

Other Parts Discussed in Thread: OMAPL138, CCSTUDIO, TMS320F2812

OMAPL138 EVM

I used CCS to develop my algorithm code, which contains double precision floating point operations.    I used  a few library functions in C67x DSPLIB.    Later I wanted to incorporate my algorithm code into a sample dsplink code - message.   I tried to build the combined code in Linux, but C67x DSPLib has no linux version.  I am quite new to OMAP and linux.  Here are my questions:

1. Can I build the DSP code in CCS instead? Can GPP load it and execute it without problem?    my guess is yes. 

2. I assume you can rebuild C67x DSPLib in linux since the source code is provided.   Could you tell me how to build a library?

3  C67x DSPLIB has DP floating point functions, but they disappear from C674x DSPLIB.   Is it because C674x makes no improvement on DP floating point operations?  Do DP operations in C67x DSPLIB outperform C operators? for example,  divdp vs  "/". 

Thanks