Re: Problem using sphinx to build documentation

2023-06-07 Thread andrew.butterfi...@scss.tcd.ie
quot; mailto:users-boun...@rtems.org> on behalf of chr...@rtems.org <mailto:chr...@rtems.org>> wrote: On 6/6/2023 7:11 pm, andrew.butterfi...@scss.tcd.ie <mailto:andrew.butterfi...@scss.tcd.ie> wrote: > I am trying to install sphinx on an Apple Silicon OSX machine. > I

Re: Problem using sphinx to build documentation

2023-06-07 Thread andrew.butterfi...@scss.tcd.ie
t;Frank Kühndel" mailto:frank.kuehn...@embedded-brains.de>> wrote: Hello Andrew, I run into the same error message just today (albeit in a different context). The Problem seems to be Sphinx 7. For me Sphinx 6.2.1 and 5.3.0 worked. Greetings Frank On 6/6/23 19:22, andr

Re: Problem using sphinx to build documentation

2023-06-06 Thread andrew.butterfi...@scss.tcd.ie
erfield/ From: Joel Sherrill Reply to: "j...@rtems.org" Date: Tuesday 6 June 2023 at 17:51 To: "andrew.butterfi...@scss.tcd.ie" Cc: "users@rtems.org" Subject: Re: Problem using sphinx to build docu

Problem using sphinx to build documentation

2023-06-06 Thread andrew.butterfi...@scss.tcd.ie
I am trying to install sphinx on an Apple Silicon OSX machine. I've already done this successfully on a similar machine. This time, after following steps in the rtems-docs README.txt, I do ./waf , it does some stuff and then: [ 7/10] Compiling common/_static/favicon.ico [ 8/10] Compiling

Re: RSB build fails on M1 Macbook Pro

2022-09-20 Thread andrew.butterfi...@scss.tcd.ie
h' file not found #include ^~~~ 1 error generated. Karel On 9/20/22 15:35, andrew.butterfi...@scss.tcd.ie wrote: > > > Hi Karel, > > Gdb config.log now attached > > Andrew > > &

Re: RSB build fails on M1 Macbook Pro

2022-09-20 Thread andrew.butterfi...@scss.tcd.ie
> From: Karel Gardas > Date: Tuesday 20 September 2022 at 14:00 > To: "andrew.butterfi...@scss.tcd.ie" , "users@rtems.org" > Subject: Re: RSB build fails on M1 Macbook Pro > > > JFYI: 2 months ago I pushed patches in order to

RSB build fails on M1 Macbook Pro

2022-09-20 Thread andrew.butterfi...@scss.tcd.ie
Dear all, I tried to follow the Quickstart on my new M1 Macbook Pro (Apple Silicon), which one of my students is also trying to do. It fails with the following error ... downloading: sources/gdb-11.2.tar.xz - 21.0MB of 21.0MB (100%) building: sparc-rtems6-gdb-11.2-x86_64-apple-darwin21.6.0-1

Student difficulty joining items users list.

2022-09-19 Thread andrew.butterfi...@scss.tcd.ie
Hi all, A student of mine is trying to subscribe to this mailing list at https://lists.rtems.org/mailman/listinfo/users He adds in his email address, hits “Subscribe” and gets back a pop-up saying : “Forbidden, you don't have permission to access this resource” Any ideas what the problem might

Re: Barrier Manager cross-node behaviour

2022-01-28 Thread andrew.butterfi...@scss.tcd.ie
Hi Joel, Jerzy is doing a Dissertation on this topic, and we have every plan to feed this back into the community. The is an academic spin-off from the ESA sponsored activity that ran for the last two years or so. I know that the precise way we integrate this stuff back into the community

Re: rtems_semaphore routines on SMP systems

2021-09-25 Thread andrew.butterfi...@scss.tcd.ie
Yes, if you #define RTEMS_SMP you can use the MrsP protocol (for example) by calling rtems_semaphore_create with an attribute set containing RTEMS_PRIORITY | RTEMS_BINARY_SEMAPHORE | RTEMS_MULTIPROCESSOR_RESOURCE_SHARING. You can then use rtems_semaphore_obtain, rtems_semaphore_release ,