Re: RFC: Use same gdb on RTEMS 5 as RTEMS 6

2021-09-19 Thread Joel Sherrill
On Sun, Sep 19, 2021, 5:11 PM Chris Johns wrote: > On 20/9/21 2:51 am, Joel Sherrill wrote: > > Hi > > > > The gdb version (9.x) we are using for RTEMS 5 tools does not build > > on Cygwin and hasn't for a while. > > > > https://sourceware.org/bugzilla/show_bug.cgi?id=26757 > > > > I looked at b

Re: [PATCH] libcsupport/mount: Return the error correctly

2021-09-19 Thread Chris Johns
I think this patch is wrong. The IMFS mount tests fail. It looks like the NFS mount in LibBSD is wrong. I will look at a fix there. On 18/9/21 3:18 pm, chr...@rtems.org wrote: > From: Chris Johns > > Closes #4507 > --- > cpukit/libcsupport/src/mount.c | 2 ++ > 1 file changed, 2 insertions(+) >

Re: RFC: Use same gdb on RTEMS 5 as RTEMS 6

2021-09-19 Thread Chris Johns
On 20/9/21 2:51 am, Joel Sherrill wrote: > Hi > > The gdb version (9.x) we are using for RTEMS 5 tools does not build > on Cygwin and hasn't for a while. > > https://sourceware.org/bugzilla/show_bug.cgi?id=26757 > > I looked at bumping minor revisions in the gdb 9 series but they still > don't

Re: [PATCH v4] improve the format of error reporting on i386

2021-09-19 Thread zack leung
Bumo Il ven 17 set 2021, 19:57 zack leung ha scritto: > Where am i missing it? > > Zack > > On Fri, 17 Sept 2021 at 23:15, Gedare Bloom wrote: > >> Hi Zack, >> >> I think you have also missed Joel's request to add an 8-character >> width specifier. >> >> On Thu, Sep 16, 2021 at 6:19 PM zack leu

RFC: Use same gdb on RTEMS 5 as RTEMS 6

2021-09-19 Thread Joel Sherrill
Hi The gdb version (9.x) we are using for RTEMS 5 tools does not build on Cygwin and hasn't for a while. https://sourceware.org/bugzilla/show_bug.cgi?id=26757 I looked at bumping minor revisions in the gdb 9 series but they still don't build. Using the same gdb 10 configuration we use on rtems