avr-ld segfault
Jirka Koutný <[email protected]> Mon, 19 Feb 2018 23:27:19 +0000
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <CAH5nFm9fx=JL+9eTAjMek=S9GE-wEDgmVvU-OgW1aGJpt66rwQ@mail.gmail.com> |
Hello, I have encountered segmentation fault running avr-ld. The full line causing the crash is: avr-ld --oformat binary -o prog.bin prog.elf prog.elf is made with: avr-as -mmcu=avr5 prog.S -o prog.elf And the host system is raspberry pi 3, raspbian jessie. My intention was to make binary for program memory for atmega328. Best regards, Jirka