Re: cross-GDC for tiny embedded Linux

2023-10-21 Thread Dmitry Ponyatov via D.gnu
```sh gdc --version ``` ``` gdc (Debian 8.3.0-6) 8.3.0 ```

cross-GDC for tiny embedded Linux

2023-10-21 Thread Dmitry Ponyatov via D.gnu
I'm trying to build a tiny Linux system with cross-compiling GDB: https://github.com/ponyatov/player/blob/shadow/Makefile ``` BINUTILS_VER = 2.41 GCC_VER = 13.2.0 ``` ```sh cat /etc/os-release ``` ``` PRETTY_NAME="Debian GNU/Linux 10 (buster)" NAME="Debian GNU/Linux" VERSION_ID="10" VERSION