avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #56970] avrdude exit code -1073741819 on Windows 10


From: Jozef Chovan
Subject: [avrdude-dev] [bug #56970] avrdude exit code -1073741819 on Windows 10
Date: Mon, 30 Sep 2019 13:45:25 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36

URL:
  <https://savannah.nongnu.org/bugs/?56970>

                 Summary: avrdude exit code -1073741819 on Windows 10
                 Project: AVR Downloader/UploaDEr
            Submitted by: chovanj
            Submitted on: Mon 30 Sep 2019 05:45:23 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Joe
        Originator Email: 
             Open/Closed: Open
                 Release: 6.3
         Discussion Lock: Any
     Programmer hardware: usbasp
             Device type: ATtiny9

    _______________________________________________________

Details:

Hi, 

avrdude returns -1073741819 in Windows 10 for ATtiny9. 
It uploads the file correctly just that exit value is strange. 

I've tested it for ATtiny10,5,4 and it works fine and it returns 0 for them. 
Only for ATtiny9 it returns this code which is a problem when I call it from
make. 

d:\Solutions\Microcontrollers\Architecture\AVR\8-bit\AVRTiny\SimpleBlink>avrdude
-c usbasp -p attiny9 -U simple_blink.bin

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.04s

avrdude: Device signature = 0x1e9008 (probably t9)
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be
performed
         To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "simple_blink.bin"
avrdude: input file simple_blink.bin auto detected as ELF
avrdude: writing flash (72 bytes):

Writing | ################################################## | 100% 0.49s

avrdude: 72 bytes of flash written
avrdude: verifying flash memory against simple_blink.bin:
avrdude: load data flash data from input file simple_blink.bin:
avrdude: input file simple_blink.bin auto detected as ELF
avrdude: input file simple_blink.bin contains 72 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 0.21s

avrdude: verifying ...
avrdude: 72 bytes of flash verified

avrdude done.  Thank you.


d:\Solutions\Microcontrollers\Architecture\AVR\8-bit\AVRTiny\SimpleBlink>echo
%ERRORLEVEL%
-1073741819


Thank you for your hard work!




    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?56970>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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