Tool/software: Code Composer Studio
Hi,
I use CCS9.3 compiler version TI v18.12.5 LTS.
The problem is with declaring union variable like external.
If it is not declared like external there is no errors up to level of optimization level 3 (which is normal)
I have defined global union variable "AA_bb" in aaa.c file and declared the variable like external "extern" in aaa.h file.
aaa.h file is included in other xxx.c files.
When in release configuration use the level optimization --opt level 3, I receive error "#148 the declaration is incompatiblewith union ...."
Best regards,
Ilian