Open brainstorm opened 6 hours ago
Easy workaround/fix though:
--- configure_binutils.sh.orig 2024-11-02 01:02:37.591711483 +1100
+++ configure_binutils.sh 2024-11-02 01:00:05.406315778 +1100
@@ -9,4 +9,4 @@
_PREFIX="-prefix=$PREFIX"
fi
-./configure --host=$_HOST --target=stm8-none-elf32 $_PREFIX --program-prefix=stm8-
+./configure --without-python --host=$_HOST --target=stm8-none-elf32 $_PREFIX --program-prefix=stm8-
I've followed the steps to install the
stm8-gdb
but it seems to segfault on my system?/cc @gicking