> From: Harald-René Flasch <h...@sorex.eu>
> Date: Wed, 19 Nov 2014 09:30:17 +0100
> Cc: Julian Huszar <j...@sorex.eu>, Martin Weghofer <m...@sorex.eu>,
>       Klaus Rupp <klaus.rupp....@aon.at>
> 
> found a workaround for that nasty bug in your make.exe:
> http://hdrlab.org.nz/articles/windows-development/make-interrupt-exception-caught-code-0xc00000fd-addr-0x4217b/
> 
> Since I am using three different WinAVR versions (for some reasons) on my
> developer machine and want to be able to switch fast between them and so I
> created a command script and adding it to PATH by myself. Previously added the
> path at the end which will raise that error. When adding the WinAVR paths at
> the beginning, it works:
> 
> set AVR32_HOME=C:\WinAVR-20100110
> set PATH=C:\WinAVR-20100110\bin;%PATH%
> set PATH=C:\WinAVR-20100110\utils\bin;%PATH%
> 
> I am curious that this bug (at least known since 2008 ...) in make.exe of
> WinAVR is still not fixed 2014/2015 ...

What version of Make did you use?


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to