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
  • Is there any point in worrying about this?

    You project does nothing, and nothing is created - so the output is a faithful representation of the input!

    You say you can build real projects. Try making your project actually do something - if you still get problems then, that would be the time to start worrying!

Reply
  • Is there any point in worrying about this?

    You project does nothing, and nothing is created - so the output is a faithful representation of the input!

    You say you can build real projects. Try making your project actually do something - if you still get problems then, that would be the time to start worrying!

Children