Tool/software: Code Composer Studio
Hello Hotline,
I can compile my project correct, but the advice is like in the screenshot: --opt_level=4 "OK" --opt_for_speed=0 "but why"
adjusted is 4!!
Regards
Gerfried
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello Hotline,
I can compile my project correct, but the advice is like in the screenshot: --opt_level=4 "OK" --opt_for_speed=0 "but why"
adjusted is 4!!
Regards
Gerfried
Hi,
Your screenshots are broken and hence not accessible. Please attach them properly and send them again.
Thasks & Regards
Pramod
Keep in mind this is advice generated by the compiler. These are not errors, or even warnings. Feel free to ignore it.
Here is the general thinking behind this particular advice. Since you are not using up all available memory, and you have chosen a low setting of --opt_for_speed, it seems likely you could choose a higher setting of --opt_for_speed, still fit in the available memory, and run even faster. Consider using the Optimizer Assistant feature of CCS. It makes it easy to experiment with different values of --opt_for_speed.
Thanks and regards,
-George