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.

TDA3: compiler flag & linker setting

Part Number: TDA3


I want to use ceedling as unit test tool for TDA3x. 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