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.

Compiler/TMS320C6713: Error while testing library function memset

Part Number: TMS320C6713

Tool/software: TI C/C++ Compiler

While trying to get the structural coverage for one of the TI's library (rts6700.lib) functions of memset using c6000_7.4.14 compiler, I got compiler error saying "error: expression must be a modifiable lvalue" for the following line of memset code

_amem4(dst1) = wfill; dst1 += 8;

Please advice, why compiler is not seeing it as intrinsic function. Do I need to use any specific compiler options to indicate it as 'intrinsic function'?