File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,21 @@ mkdir ${BUILD}
9
9
mkdir ${INSTALL}
10
10
root=$( pwd)
11
11
cores=8
12
- VERSION_BINUTILS=" 2.41"
13
- VERSION_GCC=" 13.2.0"
14
- VERSION_LIBC=" 2.1.0"
12
+ VERSION_BINUTILS=" 2.43.1"
13
+ VERSION_GCC=" 14.2.0"
14
+ VERSION_LIBC=" 2.2.1"
15
+
16
+ echo " https://ftp.gnu.org/gnu/binutils/binutils-${VERSION_BINUTILS} .tar.bz2"
17
+ echo " https://ftp.gnu.org/gnu/gcc/gcc-${VERSION_GCC} /gcc-${VERSION_GCC} .tar.xz"
18
+ echo " https://github.com/avrdudes/avr-libc/releases/download/avr-libc-${VERSION_LIBC// ./ _} -release/avr-libc-${VERSION_LIBC} .tar.bz2"
15
19
16
20
# Get sources
17
21
wget -q " https://raw.githubusercontent.com/archlinux/svntogit-community/c3efadcb76f4d8b1a3784015e7c472f59dbfa7de/avr-binutils/repos/community-x86_64/avr-size.patch" &
18
22
wget -q " https://raw.githubusercontent.com/osx-cross/homebrew-avr/d2e2566b06b90355952ed996707a0a1a24673cd3/Patch/avr-libc-add-mcu-atmega168pb.patch" &
19
23
# wget -q "https://raw.githubusercontent.com/osx-cross/homebrew-avr/18d50ba2a168a3b90a25c96e4bc4c053df77d7dc/Patch/avr-binutils-elf-bfd-gdb-fix.patch" &
20
24
wget -qO- " https://ftp.gnu.org/gnu/binutils/binutils-${VERSION_BINUTILS} .tar.bz2" | tar xj --directory ${SRC} &
21
25
wget -qO- " https://ftp.gnu.org/gnu/gcc/gcc-${VERSION_GCC} /gcc-${VERSION_GCC} .tar.xz" | tar xJ --directory ${SRC} &
22
- wget -qO- " https://download.savannah.gnu.org/ releases/avr-libc/avr-libc-${VERSION_LIBC} .tar.bz2" | tar xj --directory ${SRC} &
26
+ wget -qO- " https://github.com/avrdudes/avr-libc/ releases/download/ avr-libc-2_2_1-release /avr-libc-${VERSION_LIBC} .tar.bz2" | tar xj --directory ${SRC} &
23
27
wait
24
28
25
29
# Build binutils first
You can’t perform that action at this time.
0 commit comments