| Previous configurations is: CCS v5 version is 4.2.1.00004 Compiler for C2000 is TI v5.2.3 |
After migrating new configurations is: Processor 28335 CCS v5 version is 5.1.0.09000 Compiler for C2000 is TI v6.0.2 |
I have my own program which I can compile under the CCS v4. When I compile my code under the CCS v4 everything is fine. Works well, no errors, no warnings.
When I try to compile same code under CCSv5 I have got many errors, hundreds of them and many warning.
Some of them:
errors:
variable "xxxxx" is not a type name
Type 'xxxxx' could not be resolved
this declaration has no storage class or type specifier
warnings:
Unused declaration of variable 'xxxxx'
error processing pragma DATA_SECTION, verify format
error processing pragma CODE_SECTION, verify format
All of them happends many times and it's not all of them.
In my program I have added C28x_FPU_fastRTS library and FFT library. There are also code mixed in C and C++ and all C files are treated as C++ files.
There is only one program in workspace.
I have tried examples from TI but they doesn't work either.
Where is the point of problem and what to do to get it work?