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'?