Hello, all
In the sysbios porting, I am facing a issue about define the array which is used to store all the task handle in the runtime.
something like following
const Task_Handle TskList[3] = { (Task_Handle)SPA , (Task_Handle)SYSX , (Task_Handle)TXPX };
but there is the a error in the build process.error: #28 expression must have a constant value in my env:
CCS 5.3.00090
SYSBIOS: 6.34.02.18
CGT:7.4.1
----
In the DSP/BIOS, It is OK.