This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RealView Empty project doesn't work

Hi,
I am trying to create a simple project for AT91FR40162 using RealView compiler. It contains only 1 file main.c:

#include <91R40008.h>

void main(void)
{;}

When I compile it, I get this error message:
 compiling main.c...
linking...
PROJEKTAS.axf: error: L6913E: Invalid value for --ro-base.
Target not created 
What does it mean? When I compile example projects for RealView - everything is ok.

Parents Reply Children