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.

Compiler/TMS320F28377S: CCS cannot compile .cla file

Part Number: TMS320F28377S

Tool/software: TI C/C++ Compiler

Dear,

Hi, I'm trying to use CLA for simple calculation(normalisation, etc) with ADC results, and this is the first time that I use CLA.

Initialisation, configuration of CLA RAM in main seems fine, but I encounter a problem when I add '.cla' file on my source code.

The error statements are following:

#35 #error directive: "Header file <stdio.h> not supported by CLA compiler"

#452 the type "long long" is nonstandard.

.cla file contains cla tasks interrupt functions which cla are using.

I added 'CLA_C=1' on C2000 Linker -> Advanced Options -> Command File Preprocessing -> Pre-define preprocessor macro.

I set cla1 as 'specify CLA support'.