<div dir="ltr">Hi<div><br></div><div>Looks like Cygwin has libncurses but doesn't install the libtermcap. compatibility library.</div><div><br></div><div><a href="https://cygwin.com/ml/cygwin/2010-10/msg00018.html">https://cygwin.com/ml/cygwin/2010-10/msg00018.html</a>  says to link against ncurses.</div><div><br></div><div> gdb-8.2.1/sim/sis/../.. `echo -Dsparc-rtems5 | sed s/-rtems.//`   -I. -I../../../gdb-8.2.1/sim/sis -I../common -I../../../gdb-8.2.1/sim/sis/../common -I../../include -I../../../gdb-8.2.1/sim/sis/../../include -I../../bfd -I../../../gdb-8.2.1/sim/sis/../../bfd -I../../opcodes -I../../../gdb-8.2.1/sim/sis/../../opcodes  -g -O2 -o sis \<br></div>  sis.o exec.o erc32.o func.o help.o float.o grlib.o leon3.o leon2.o  ../../bfd/libbfd.a ../../opcodes/libopcodes.a  ../../libiberty/libiberty.a -L../../zlib -lz ../../readline/libreadline.a `if test -r ../../libtermcap/libtermcap.a; then echo ../../libtermcap/libtermcap.a; else echo -ltermcap; fi` -luser32 -lm<br>/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -ltermcap<br>collect2: error: ld returned 1 exit status<br><div><br></div><div>Is the solution to just add -lncurses to the list of libraries it looks for?</div><div><br></div><div>Hopefully someone has some insight into this one.</div><div><br></div><div>--joel</div></div>