I am using RealView MDK-ARM Version: 340.
I need to use --no_autoat linker option for my project, but it seems to be a problem. Linker control string contains --autoat option by default. Then I add my --no_autoat statement to the Linker Misc controls box, this statement somewhy goes before default --autoat option in the linker control strig, so my --no_autoat option is constantly overriden by --autoat option. Can anyone confirm such MDK missbehaviour, and propose a workaround for this?
Can anybody check this issue, please?