On my program for the LPC2129 using the RealView toolchain, For this line of code: unsigned int StandardFilter[2] _at_ 0xE0038000;
I get the following error: CAN_RX.C(31): error: #65: expected a ";"
Now i understand from http://www.keil.com/forum/docs/thread8677.asp that this can be removed by including the absacc.h but i am NOT able to find the header in C:\Keil\ARM\RV30\INC Where can i get this header?
Well, i guess the eval IDE that i got from the vendor along with my ARM board is an old version.On that angle may be i should try it out with the uclibc library(which i have too).....
But is it possible to check at what address the variable is mapped to even though i get the warning
warning: #1207-D: attribute "__at" ignored
map file?