Skip to content

Commit e1d648a

Browse files
author
Dimitar Dimitrov
committed
Fix bug in LD linker script for .resource_table section
Switch to a custom release, which contains a bug fix for the ELF resource table section: https://sourceware.org/pipermail/binutils/2021-September/118057.html Once a new official Binutils is released, it should contain the above fix, and we can switch back to downloading the official tarballs. Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
1 parent 414bd13 commit e1d648a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

download-and-prepare.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
# Official packages to download.
66
GCC_URL=http://ftpmirror.gnu.org/gcc/gcc-11.1.0/gcc-11.1.0.tar.xz
7-
BINUTILS_URL=http://ftpmirror.gnu.org/binutils/binutils-2.37.tar.bz2
7+
# TODO - switch back to official release once the following bug fix
8+
# lands in major or minor release (whichever comes first):
9+
# https://sourceware.org/pipermail/binutils/2021-September/118057.html
10+
BINUTILS_URL=http://dinux.eu/gnupru/binutils-2.37.20211017.tar.bz2
11+
#BINUTILS_URL=http://ftpmirror.gnu.org/binutils/binutils-2.37.tar.bz2
812
NEWLIB_URL=ftp://sourceware.org/pub/newlib/newlib-4.1.0.tar.gz
913
GNUPRUMCU_URL=https://github.com/dinuxbg/gnuprumcu/releases/download/v0.6.0/gnuprumcu-0.6.0.tar.gz
1014

0 commit comments

Comments
 (0)