Hello,
I have following linker-error. Im using the AT91SAM7X-EK board. The error occures on different projekts with different settings.
The most interesting phenomenom is with the AT91SAM7SE-USB demo program, I only changed the header files, and the error occures, with the SAM7SE header-files everything is fine.
.\Obj_RVCT\BasicSAM7SE_RVCT_Flash.axf: Error: L6200E: Symbol AT91F_US0_CfgPIO multiply defined (by main.o and cstartup_sam7.o)
Michael
actually, that was the problem, i'm realy stunned.
Now I remember that I had a probmel with __inline, so i commented them out -> no good idea
now everything is working correctly, thanks a lot
lg