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.
Where can i get help on RV compiler and error messages e.g. error #65 - expected a ;. I checked manuals in starter kit no information on error code or warnings.
Also which is better compiler Real view or CARM?
How can i define a absolute address for a variable while using RV._at doesn't work
I don't want a buffer to initialize at reset how should i define, volatile is not working.
For a message such as
expected a ;
you just need to look at your source code and ask yourself why the compiler would be expecting a semicolon at that point.
"Also which is better compiler Real view or CARM?"
That depends on what you mean by "better".
You may consider the fact that the CARM compiler is obsolete (obsolescent?) to be a disadvantage; or maybe you don't...
"How can i define a absolute address for a variable while using RV"
What does the Manual say?
"I don't want a buffer to initialize at reset how should i define, volatile is not working."
volatile is a standard 'C' keyword that has nothing whatsoever to do with initialisation
Thanks Andy,
I gave a example of "expected ;", this was delibrately created error. doesn't really need a explanation for this error.
Again where can i find the compiler/linker error/warning explanation and locating a variable at abosulte address??
Compiler and library guid in book section of work space doesn't give any information on Errors/warning and assigning variable absoulte address, that is why i am trying to get help from forum.
I've the same problem, but the support of keil answer me quickly:
To use __at you need to add the "absacc.h" include using: #include <absacc.h>
Like me you didn't noticed the include in the example provided in the release notes...
Chris.
There is no such file in the entire PC. Are you using STR9 series development kit?
You should use the latest release. This was added recently.
You must use the last version of Keil MDK v3.03a. Download it from the keil website, in product update.
This is a new feature.