I have setup my Eclipse/GNU toolchain using the Lynch tutorial. It assembles, compiles and links fine but then I get a series of windows error messages:
cc1.exe application error
The instruction at 0x… referenced memory at 0x… The memory could not be “read” etc etc
That’s it! Thanks. The duplicate Dlls come from a WinAVR installation.
I have removed the cygwin1.dll from the WinAVR\bin directory and all is well. WinAVR still compiles and the errors from eclipse are gone. Of course I would like to understand what is REALLY going on so I can sort of paths etc.