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.
Hello, I have this code
#include <LPC214x.h> #include "ARM_Eprom.h" #include "ARM_IAP.h" #define IAP_LOCATION 0x7ffffff1
const unsigned char eeprom[EE_SIZE] __at EE_ADDR_L;
when i compile this, I have an error Src\ARM_Eprom.c(22): error: #65: expected a ";"
where goes this ";" ? if this is the problem..
Not enough information in your post. Are you using CARM or RealView? Click on the error message to see where the error was created. I suspect it is in one of your include files. Some of the older include files have code that is not compatible with RealView but will compile with CARM. Show the code line indicated by the error message.
http://www.keil.com/forum/docs/thread8677.asp
"Not enough information in your post."
True.
"Are you using CARM or RealView?"
Presumably not CARM, as the given message doesn't match the description in the CARM manual: http://www.keil.com/support/man/docs/ca/ca_c65.htm
...Not enough information in your post. Are you using CARM or RealView? ...
I'm using RealView,