Open GoogleCodeExporter opened 8 years ago
I also get a ld.exe crash on Win8-64, Arduino ide 1.0.5
Original comment by zmaster....@gmail.com
on 2 Oct 2013 at 8:15
Same here "ld.exe has stopped working" on Win8Pro-64, Arduino ide 1.0.5r2. The
build target does not matter (tried 328, 644, 1284)
Original comment by Paco.Lec...@gmail.com
on 5 Jun 2014 at 6:27
With the version 6 change, this seems to happen less often, but I still don't
know why it's crashing ld. Omitting the "-Wl,--relax" linker option seems to
prevent the crash, but I think that's needed to do some of the size
optimizations on some platforms.
Original comment by wes...@gmail.com
on 28 Jun 2014 at 9:16
I completely forgot about this issue, so here is what i did in the meantime to
fix it - as far as i remember.
I replaced ld.exe with a newever version (probably from the latest WinAVR
toolchain). I was then able to compile it without problems.
I don't know which version Arduino IDE is using at the moment, here are the
versions reported by the broken ld.exe and the working ld.exe for your
reference:
C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\bin>ld_old -v
GNU ld (WinAVR 20081205) 2.19
C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\bin>ld -v
GNU ld (WinAVR 20100110) 2.19
Original comment by zmaster....@gmail.com
on 28 Jun 2014 at 10:52
For me this seems like something that should be fixed upstream (or maybe even
has already been fixed). "-Wl,--relax" is a valid option, so I don't see what
we can do about it at the level of optiboot.
Original comment by johnpatc...@googlemail.com
on 17 Aug 2014 at 10:55
Original issue reported on code.google.com by
anders.h...@videocent.com
on 9 Jun 2013 at 11:03