But we get a bunch of errors like this:
In file included from our_datastruct.h:5,
from our_algo.h:4,
from our_algo.c:1:
/opt/TI/C6000CGT6.1.12/include/stdio.h:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘size_t’
/opt/TI/C6000CGT6.1.12/include/stdio.h:131: warning: type defaults to ‘int’ in declaration of ‘size_t’
I'm porting an app for which we previously built the ARM and the DSP versions of the codec with `make`.
Since we're in the process of porting anyway (to the OMAP from DaVinci), we want to go ahead and port the make process to use XDC instead.
How do we change this?