Re: avr-ld segfault
Jirka Koutný <[email protected]> Tue, 20 Feb 2018 08:49:51 +0000
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <CAH5nFm_008Q3RUr36b0tkdmOWiD1WimgaZHdDrOjMyMwvKoL6A@mail.gmail.com> |
Ok. Got it. On 20 Feb 2018 08:47, "Jose E. Marchesi" <[email protected]> wrote: > > 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 >