bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FW: make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4217b3


From: Harald-René Flasch
Subject: FW: make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4217b3)
Date: Wed, 19 Nov 2014 09:30:17 +0100

Hi,

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 ...



Planing to switch some projects to Atmel Studio/toolchain which seems to work better ...


Cheers,

Harald-René Flasch
Software development

SOREX Wireless Solutions GmbH
Center for Research and Technology Wiener Neustadt

Viktor-Kaplan-Straße 2
Building B, 2nd floor

2700 Wiener Neustadt, Austria
T   + 43 (0) 2622-32013-0
F   + 43 (0) 2622-32013-15
address@hidden
www.sorex.eu



From: address@hidden
To: address@hidden
Subject: make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4217b3)
Date: Wed, 19 Nov 2014 09:13:53 +0100

Hello,

found following issue/problem:
make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4217b3)

Environment:
  • WinAVR installed at: C:\WinAVR-20100110
  • AVR32_HOME=C:\WinAVR-20100110
  • Windows 7, 64bit
  • compiling/building via make file: CC = avr-gcc-4.3.2


Best regards,

Harald-René Flasch
Software development

SOREX Wireless Solutions GmbH
Center for Research and Technology Wiener Neustadt

Viktor-Kaplan-Straße 2
Building B, 2nd floor

2700 Wiener Neustadt, Austria
T   + 43 (0) 2622-32013-0
F   + 43 (0) 2622-32013-15
address@hidden
www.sorex.eu

reply via email to

[Prev in Thread] Current Thread [Next in Thread]