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.

OMAP L138 with C6RunLib: Modifying Function Signatures For Cache Optimizations

Hi,

i read in the C6RunLib Wiki that the direction of buffers passed to a C-function can be indicated with the keywords INBUF, OUTBUF, INOUTBUF, NONE.

You can find the text here: http://processors.wiki.ti.com/index.php/C6RunLib_Documentation#Modifying_Function_Signatures_For_Cache_Optimizations

Can anyone tell me, which header i have to include?

If i just put the keywords in my code i got the following error:

"error: expected declaration specifiers or '...' before 'OUTBUF' "

 

Thanks you guys,

Alex