Hi,
I would like to ask a question on enum on C6000 compiler.
A declaration following definition of enum type and variable, which are completely legal in Visual Studio 2008, got error on C6000 compiler.
I have also tried the -kr_compatible option but it didn't solve the problem.
Why this happens and how should I solve it?
Zheng