Hi,
I am using CCS6 with FreeRTOS8.1 if it matters.
I have a project that builds fine with optimization off. However, if I turn optimization on whole program optimizationl I get the errors below (note all other optimization levels work fine). I have two projects that show this behavior.
<Linking>
error: symbol "mainLoopTimerHandle" has already been defined
error: symbol "mainLoopTimerHandle" has already been defined
error: symbol "mainLoopTimerHandle" has already been defined
error: symbol "mainLoopTimerHandle" has already been defined
error: symbol "mainLoopTimerHandle" has already been defined
>> Compilation failure
fatal error #10192: Failed linktime optimization