Re: MSYS2 build: header file missing

2020-12-17 Thread Sebastian Huber
Hello Robin, my experience over the years with MSYS2 is that building GCC is always painful and a waste of time. What works quite reliably is building the RTEMS tools with a i686-w64-mingw32 cross-compiler on Linux. Most distributions include a standard package for this. Since all parts of R

Re: Report on failing tests with thread stack protection and their resolution.

2020-12-17 Thread Utkarsh Rai
On Thu, Dec 17, 2020 at 8:23 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > On 03/12/2020 01:53, Utkarsh Rai wrote: > > +rtems_status_code _Memory_protection_Disable( void ) > > +{ > > + uint32_t access_flags; > > + > > + access_flags = translate_flags( RTEMS_READ_

Re: [rtems-docs commit] c-user: Generate Timer Manager documentation

2020-12-17 Thread Chris Johns
On 18/12/20 1:49 am, Sebastian Huber wrote: > On 16/12/2020 00:30, Chris Johns wrote: >> I am with Gedare and prefer we all engage in a solution to cross-links in the >> documentation. Maybe that can be a separate topic from the links here and we >> separate the issue into cross-links and these lin

Re: Report on failing tests with thread stack protection and their resolution.

2020-12-17 Thread Sebastian Huber
Hello, On 03/12/2020 01:53, Utkarsh Rai wrote: +rtems_status_code _Memory_protection_Disable( void ) +{ +  uint32_t access_flags; + +  access_flags = translate_flags(  RTEMS_READ_WRITE ); + +  _Thread_Iterate( set_memory_flags, &access_flags ); + +  return RTEMS_SUCCESSFUL;  } using _Thread_Iter

Re: [rtems-docs commit] c-user: Generate Timer Manager documentation

2020-12-17 Thread Sebastian Huber
On 16/12/2020 00:30, Chris Johns wrote: I am with Gedare and prefer we all engage in a solution to cross-links in the documentation. Maybe that can be a separate topic from the links here and we separate the issue into cross-links and these links. I am sure these links may appear in places outsi

MSYS2 build: header file missing

2020-12-17 Thread Robin Müller
Hi, The RSB was updasted because there were some issues with GMP and I tested whether this also fixed my MSYS2 build process for the RTEMS tools. I now get a header file missing error when building newlib: Making all in arm In file included from ../../../../../../../../../../gnu-mirror-gcc-1cd

Re: [PATCH v3 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-12-17 Thread Niteesh G. S.
ping. On Fri, Dec 4, 2020 at 1:41 PM G S Niteesh Babu wrote: > This commit adds a basic test that tests all the implemented > RTEMS OFW functions. > --- > spec/build/testsuites/libtests/grp.yml | 2 + > spec/build/testsuites/libtests/ofw01.yml | 21 +++ > testsuites/libtests/ofw01/init.c