Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: ARM Compiler 6 Optimisation

$
0
0
Hi! Finally I have completed the migration of my project from Compiler 5 to Compiler 6. But that was quite tedious process, and the most actually came from debugging lost variables and functions unknowingly optimised and removed. There is no warning or comment in the map file. Volatile keyword doesn't help at all, only __attribute__((used)) works. How can I actually check which variables and functions have been optimised during compilation and generate them as warning

Viewing all articles
Browse latest Browse all 3049

Trending Articles