Discussion:
avr-ld segfault
(too old to reply)
Jirka Koutný
2018-02-19 23:27:19 UTC
Permalink
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
Jose E. Marchesi
2018-02-20 08:47:44 UTC
Permalink
Hi 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.

To report linker bugs, please use the GNU binutils bugzilla:
http://sourceware.org/bugzilla
Jirka Koutný
2018-02-20 08:49:51 UTC
Permalink
Ok. Got it.
Post by Jose E. Marchesi
Hi Jirka.
I have encountered segmentation fault running avr-ld.
avr-ld --oformat binary -o prog.bin prog.elf
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.
http://sourceware.org/bugzilla
Loading...