I imported a file from CCSv3.3 to CCSv5.5, i solved all the migrating problems with the help of this forum, yet i still have a problem when building and compiling a small test code (builds a sine wave from a lookup table).
From what i collected from reading other posts since CCS4.x this headers don't exist, so i want to ask for help in how can i change the 2 files in order to solve building and compilation errors since i already removed the option from:
Project Properties ->C6000 compiler->include option and removed the "${C6000_CSL_CG_ROOT}/lib"
but now appear errors building in dsk6713.h, in several lines (56,59,62,65,68), i guess (correct me if i'm wrong) from omitting the CSL headers:
error 20#: identifier "Uint8" is undefined
error 20#: identifier "Int16" is undefined
and errors compiling in dsk6713_aic23.h in line 19: fatal error #5: could not open source file "csl_mcbsp.h"
Thanks in advance and i hope you can help me