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

getImage multiply defined (by retarget.o and init.o)

Hello,

I get this error message:

Symbol getImage multiply defined (by retarget.o and init.o)

In the headerfile init.h I have added all include data (like stdio.h and my own header-files) In one of these headerfiles I defined the struct variable getImage.

struct Image getImage;

So when I define this struct variable in the .c file - everything is working.

Peter

0