Re: [PATCH 06/13] config: Add rtems_malloc_task_stack_for_idle()

2022-10-03 Thread Sebastian Huber
On 30/09/2022 23:39, Chris Johns wrote: On 30/9/2022 7:21 pm, Sebastian Huber wrote: Update #4524. --- cpukit/doxygen/appl-config.h| 13 + cpukit/include/rtems/rtems/config.h | 29 +- cpukit/include/rtems/score/interr.h | 1 +

Re: [PATCH] gsed.cfg: Add check for gsed

2022-10-03 Thread Chris Johns
On 4/10/2022 2:52 am, Ryan Long wrote: > --- > bare/config/textproc/gsed.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/bare/config/textproc/gsed.cfg b/bare/config/textproc/gsed.cfg > index 8287c74..b4aaf4f 100644 > --- a/bare/config/textproc/gsed.cfg > +++

Re: Libexpat missing when using Python from python.org

2022-10-03 Thread Chris Johns
On 4/10/2022 2:32 am, Ryan Long wrote: > Hello, > > Following Chris's advice, I installed Python 3.10.6 from Python's website. It > gets me past the header check for gdb, Great. > but then it reports > > > checking whether to use expat... yes > > checking for libexpat... no > > configure:

Re: [PATCH rtems-docs v2] TFTPFS: New documentation

2022-10-03 Thread Joel Sherrill
Thanks for the ping. Sorry I was out of town and didn't get to it until today. Verify this was merged correctly and this was it. Thanks. --joel On Thu, Jun 9, 2022 at 8:21 AM Frank Kuehndel < frank.kuehn...@embedded-brains.de> wrote: > From: Frank Kühndel > > --- > filesystem/index.rst

[PATCH] gsed.cfg: Add check for gsed

2022-10-03 Thread Ryan Long
--- bare/config/textproc/gsed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bare/config/textproc/gsed.cfg b/bare/config/textproc/gsed.cfg index 8287c74..b4aaf4f 100644 --- a/bare/config/textproc/gsed.cfg +++ b/bare/config/textproc/gsed.cfg @@ -2,7 +2,7 @@ # GNU sed has

Libexpat missing when using Python from python.org

2022-10-03 Thread Ryan Long
Hello, Following Chris's advice, I installed Python 3.10.6 from Python's website. It gets me past the header check for gdb, but then it reports checking whether to use expat... yes checking for libexpat... no configure: error: expat is missing or unusable make[1]: *** [configure-gdb]