compilation of binutils-gdb can't find ncurses – Debian
I'm trying to compile the binutils for the i686-elf target according to this tutorial: https://wiki.osdev.org/GCC_Cross-Compiler I just added the --enable-tui option, so that I have the support in the gdb. I did the following: # get sources git clone git://sourceware.org/git/binutils-gdb.git…