Problem with codesourcery for LM3s6965
I am trying to modify the examples provided with the board.I could only modify the blinky,but rest of them which need the display have an error in startup_ewarm.c file.
__root const uVectorEntry g_pfnVectors[] @ "INTVEC" =
this is the line that gives me the errors.It says
error: expected '=', ',', ';', 'asm' or '__attribute__' before 'const'
and error: stray '@' in program
I donot understand what to do with this and without resolving this error I cannot compile the code.I am successful in dumping the example as it is but I cannot creat my own program.
Please suggest a solution for this.
Thanks, Ram.
login or register to reply
|