Re: sis/gdb on Cygwin

2019-08-09 Thread Jiri Gaisler
On 8/9/19 8:34 PM, Jiri Gaisler wrote: > > > On 8/9/19 3:24 PM, Joel Sherrill wrote: >> I thought I saw a patch pushed yesterday afternoon but a fresh build today >> shows the same >> breakage.  >> >> Jiri .. feel free to push a fix for this and I will test when I get back. > The problem right no

Re: sis/gdb on Cygwin

2019-08-09 Thread Jiri Gaisler
On 8/9/19 3:24 PM, Joel Sherrill wrote: > I thought I saw a patch pushed yesterday afternoon but a fresh build > today shows the same > breakage.  > > Jiri .. feel free to push a fix for this and I will test when I get back. The problem right now is that RSB has some breakage which causes the stan

Re: sis/gdb on Cygwin

2019-08-09 Thread Joel Sherrill
I thought I saw a patch pushed yesterday afternoon but a fresh build today shows the same breakage. Jiri .. feel free to push a fix for this and I will test when I get back. On Thu, Aug 8, 2019 at 2:37 PM Joel Sherrill wrote: > This is really easy to fix and hopefully Jiri can produce a patch s

Re: sis/gdb on Cygwin

2019-08-08 Thread Joel Sherrill
This is really easy to fix and hopefully Jiri can produce a patch since I am about to leave for the weekend. The git master has this in erc32 configure.ac. It should be in both sis/ configure.ac and erc32/configure.ac in our gdb 8.2.1 with patches. # Keep in sync with gdb's configure.ac list. AC_

Re: sis/gdb on Cygwin

2019-08-07 Thread Chris Johns
On 8/8/19 5:46 am, Joel Sherrill wrote: > On Wed, Aug 7, 2019 at 2:33 PM Jiri Gaisler > wrote: > > > On 8/7/19 8:22 PM, Joel Sherrill wrote: > > Hi > > > > Looks like Cygwin has libncurses but doesn't install the libtermcap. > > compatibility library.

Re: sis/gdb on Cygwin

2019-08-07 Thread Joel Sherrill
On Wed, Aug 7, 2019 at 2:33 PM Jiri Gaisler wrote: > > On 8/7/19 8:22 PM, Joel Sherrill wrote: > > Hi > > > > Looks like Cygwin has libncurses but doesn't install the libtermcap. > > compatibility library. > > > > https://cygwin.com/ml/cygwin/2010-10/msg00018.html says to link > > against ncurse

Re: sis/gdb on Cygwin

2019-08-07 Thread Jiri Gaisler
On 8/7/19 8:22 PM, Joel Sherrill wrote: > Hi > > Looks like Cygwin has libncurses but doesn't install the libtermcap. > compatibility library. > > https://cygwin.com/ml/cygwin/2010-10/msg00018.html  says to link > against ncurses. > >  gdb-8.2.1/sim/sis/../.. `echo -Dsparc-rtems5 | sed s/-rtems.//

sis/gdb on Cygwin

2019-08-07 Thread Joel Sherrill
Hi Looks like Cygwin has libncurses but doesn't install the libtermcap. compatibility library. https://cygwin.com/ml/cygwin/2010-10/msg00018.html says to link against ncurses. gdb-8.2.1/sim/sis/../.. `echo -Dsparc-rtems5 | sed s/-rtems.//` -I. -I../../../gdb-8.2.1/sim/sis -I../common -I../..