I found two problems in selecting the optimization level in the "build option" of CCS3.3.
Problem 1: For the same project (a median filter project on C6455 Simulator), the results produced by using option "-o1" and "-o0" are correct, but the results by "-o2" and "-o3" are totally wrong, how comes? How to avoid this problem?
Problem 2: The second problem is still on the optimization level in CCS3.3.When I select the "-o2" option, the compiler can quickly compile the file (less than 1 second) and the results are correct. However, when I select the "-o3" option on the same project, same file, the compiler stucks for ever. Any idea about this problem and any suggestions?