Jirka Koutný
2018-02-19 23:27:19 UTC
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
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