freedom-u-sdk icon indicating copy to clipboard operation
freedom-u-sdk copied to clipboard

buildroot host-gdb and terminfo

Open tmagik opened this issue 5 years ago • 0 comments

Reverting https://git.buildroot.org/buildroot/commit/?id=b35ad5d0b45e5288f4019aeaa06b87ef0f2ef016 did not fix the GDB problem, unless one does the following:

 cd work/buildroot_initramfs/host/share/
mkdir terminfo
cd terminfo
../../bin/tic ../../../build/ncurses-6.1/misc/terminfo.src

tmagik avatar Mar 24 '19 21:03 tmagik