Skip to content

Commit

Permalink
Toolchain update
Browse files Browse the repository at this point in the history
- Binutils 2.38
- GCC 11.2.0
- Newlib 4.1.0
- GDB 11.2
  • Loading branch information
Vogtinator committed Mar 16, 2022
1 parent 28e756a commit 7f32d8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ndless-sdk/toolchain/build_toolchain.sh
Expand Up @@ -19,10 +19,10 @@ PREFIX="${PWD}/install" # or the directory where the toolchain should be install
PARALLEL="${PARALLEL--j4}" # or "-j<number of build jobs>"
PYTHON="${PYTHON-$(which python3 2>/dev/null)}" # or the full path to the python interpreter

BINUTILS=binutils-2.35.1 # https://www.gnu.org/software/binutils/
GCC=gcc-10.2.0 # https://gcc.gnu.org/
NEWLIB=newlib-4.0.0 # https://sourceware.org/newlib/
GDB=gdb-10.1 # https://www.gnu.org/software/gdb/
BINUTILS=binutils-2.38 # https://www.gnu.org/software/binutils/
GCC=gcc-11.2.0 # https://gcc.gnu.org/
NEWLIB=newlib-4.1.0 # https://sourceware.org/newlib/
GDB=gdb-11.2 # https://www.gnu.org/software/gdb/

# For newlib
export CFLAGS_FOR_TARGET="-DHAVE_RENAME -DMALLOC_PROVIDED -DABORT_PROVIDED -DNO_FORK -mcpu=arm926ej-s -ffunction-sections -O3"
Expand Down

0 comments on commit 7f32d8f

Please sign in to comment.