File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ 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 "
13
+ VERSION_GCC=" 14 .2.0"
14
+ VERSION_LIBC=" 2.2.1 "
15
15
16
16
# Get sources
17
17
wget -q " https://raw.githubusercontent.com/archlinux/svntogit-community/c3efadcb76f4d8b1a3784015e7c472f59dbfa7de/avr-binutils/repos/community-x86_64/avr-size.patch" &
18
18
wget -q " https://raw.githubusercontent.com/osx-cross/homebrew-avr/d2e2566b06b90355952ed996707a0a1a24673cd3/Patch/avr-libc-add-mcu-atmega168pb.patch" &
19
19
# wget -q "https://raw.githubusercontent.com/osx-cross/homebrew-avr/18d50ba2a168a3b90a25c96e4bc4c053df77d7dc/Patch/avr-binutils-elf-bfd-gdb-fix.patch" &
20
20
wget -qO- " https://ftp.gnu.org/gnu/binutils/binutils-${VERSION_BINUTILS} .tar.bz2" | tar xj --directory ${SRC} &
21
21
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} &
22
+ wget -qO- " https://github.com/avrdudes/avr-libc/ releases/download/ avr-libc- ${VERSION_LIBC // . / _} -release /avr-libc-${VERSION_LIBC} .tar.bz2" | tar xj --directory ${SRC} &
23
23
wait
24
24
25
25
# Build binutils first
You can’t perform that action at this time.
0 commit comments