Patched Fedora 13 avr-gcc-4.5.1

home

25 Sep 2010

Turns out (as I discover when I wasted hours blaming my circuit/code) that the latest package (avr-gcc-4.5.1-1) is broken. Alastair knew about it and had a patch.

Here you can find the related source and binary files. (only x86_64).

You can install the patched binary packages:

avr-gcc-4.5.1-1.patched.fc13.x86_64.rpm
avr-gcc-c++-4.5.1-1.patched.fc13.x86_64.rpm
avr-gcc-debuginfo-4.5.1-1.patched.fc13.x86_64.rpm

You can build the patched package (for other architectures) from the patched source:

avr-gcc-4.5.1-1.patched.fc13.src.rpm

You can build from the original source. Here is a copy of that file:

avr-gcc-4.5.1-1.fc13.src.rpm

The modified/new files:

SPECS/avr-gcc.spec
SOURCES/avr-gcc-4.5.1-bug-45263.patch

home