Home
Name Modified Size InfoDownloads / Week
stm8-binutils-gdb-sources-2021-07-18.tar.gz 2021-07-18 64.4 kB
README.txt 2020-03-22 679 Bytes
stm8-binutils-gdb-sources-2020-03-22.tar.gz 2020-03-22 60.8 kB
stm8-binutils-gdb-sources-2018-03-04.tar.gz 2018-03-05 48.4 kB
stm8-binutils-gdb-sources-2017-05-25.tar.gz 2017-05-25 76.2 kB
stm8-binutils-gdb-sources-2017-05-04.tar.gz 2017-05-05 72.1 kB
stm8-binutils-gdb-sources-2017-04-23.tar.gz 2017-04-23 67.4 kB
stm8-binutils-gdb-sources-2017-03-05.tar.gz 2017-03-05 56.0 kB
Totals: 8 Items   446.0 kB 25
BUILDING BINARIES
Building the binaries is basically the process of downloading the sources and applying the patches. There are helper scripts to assist with the process.

Also note you need some libraries for TUI mode to work. Among those are ncursesw.

First set your installation directory if you want it in a specific location. Otherwise skip this step to keep the default (/usr/local).

export PREFIX=<path>

To download, patch and configure:

./patch_binutils.sh
./configure_binutils.sh

Next step is the regular building and install:

cd binutils-2.30
make
make install
cd .

See https://stm8-binutils-gdb.sourceforge.io/ for installation and usage.
Source: README.txt, updated 2020-03-22