I want to use ceedling as unit test tool for DSP core. Ceedling is properly working on my pc for TIVA ware board(arm cortex compiler-m4).I am getting error when i use TMS320C6000 dsp compiler v 8.1.0.Please give me proper compiler flag & linker setting for DSP TMS320C6000. I am using below compiler setting for ceedling.
:tools:
:release_compiler:
:executable: cl6x
:arguments:
- ${1}
- -mv6810
- -mcpu=TMS320C6000
- -abi=eabi
- -c99
- -gcc
- -o ${2}
:release_linker:
:executable: lnk6x
:arguments:
- -mcpu=TMS320C6000
- -z
- -o ${2}
# - ${1}
- lib/ti-cgt-c6000_8.1.0/lib/libc.a