We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm trying to enable some c99 features on an older version of the compiler (2.1); specifically the ability to instantiate variables after code execution. Is there a compiler flag to do this? Note, --c99 is not supported, as I understand it, with this compiler version.
this information is in the manual infocenter.arm.com/.../Bcfddhhg.html
Thanks again for the response. This answered the question. Thanks!