Re: Release task request for help

2020-04-22 Thread Niteesh G. S.
Hello Chris, > Message: 4 > Date: Thu, 23 Apr 2020 14:35:12 +1000 > From: Chris Johns > To: RTEMS Devel > Subject: Release task request for help > Message-ID: <7976c497-cff1-7c73-f673-596dd831c...@rtems.org> > Content-Type: text/plain; charset=utf-8; format=flowed > > Hello, > > I need a script

adding aio.h to newlib

2020-04-22 Thread Eshan Dhawan
Hello everyone, After adding aio.h to newlib/libc/include and running configure for target=sparc-rtems5 and running make all it shows no errors How do I know that newlib was able to make aio.h? -Thanks Eshan ___ devel mailing list devel@rtems.org http:/

Release task request for help

2020-04-22 Thread Chris Johns
Hello, I need a script to be used in the release process and I was wondering if a GSoC student would be able to help. The release process is started by branching all the required repos. These are listed in the Software Engineering manual ... https://docs.rtems.org/branches/master/eng/releas

Re: Small doubt in a build time warning of sp test of leon3

2020-04-22 Thread Joel Sherrill
On Wed, Apr 22, 2020 at 1:55 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 22/04/2020 16:12, Joel Sherrill wrote: > > > the code I added is an accepted idiom for telling the compiler a > > variable or parameter is used for its analysis purposes. Does this > > make sense? > >

Re: [PATCH v2] Test for clock_nanosleep() with CLOCK_MONOTONIC option.

2020-04-22 Thread Sebastian Huber
On 22/04/2020 17:53, Utkarsh Rai wrote: Rationale for a new test- Although most of the test cases for this test have been taken from clockrealtime, adding it to the current test with CLOCK_MONOTONIC may break the existing cases. This test has a new case which tests for no change of delay w

Re: Small doubt in a build time warning of sp test of leon3

2020-04-22 Thread Sebastian Huber
On 22/04/2020 16:12, Joel Sherrill wrote: the code I added is an accepted idiom for telling the compiler a variable or parameter is used for its analysis purposes. Does this make sense? diff --git a/cpukit/include/rtems/score/isrlock.h b/cpukit/include/rtems/score/i index 14ea88b..52645a3 1

[PATCH v2] Test for clock_nanosleep() with CLOCK_MONOTONIC option.

2020-04-22 Thread Utkarsh Rai
Rationale for a new test- >Although most of the test cases for this test have been taken from >clockrealtime, adding it to the current test with CLOCK_MONOTONIC may break the existing cases. >This test has a new case which tests for no change of delay with monotonic >clock when the realtime clo

Re: Small doubt in a build time warning of sp test of leon3

2020-04-22 Thread Joel Sherrill
On Wed, Apr 22, 2020 at 8:06 AM Richi Dubey wrote: > Dear Dr. Joel, > > Thank you for your reply. I did a grep on the root rtems folder and I came > to know that ISR_LOCK_INITIALIZER is being used by intr.h and isrlock.h > inside leon3's include directory. It includes various macros like : > > #

Re: Small doubt in a build time warning of sp test of leon3

2020-04-22 Thread Richi Dubey
Dear Dr. Joel, Thank you for your reply. I did a grep on the root rtems folder and I came to know that ISR_LOCK_INITIALIZER is being used by intr.h and isrlock.h inside leon3's include directory. It includes various macros like : #if defined( RTEMS_SMP ) #define ISR_LOCK_INITIALIZER( _name ) \

Re: Testing Newlib patches

2020-04-22 Thread Eshan Dhawan
On Wed, Apr 22, 2020 at 5:09 AM Gedare Bloom wrote: > On Tue, Apr 21, 2020 at 3:48 PM Eshan Dhawan > wrote: > > > > Found it :) > > > > Share it for posterity. > The blog written by @Vaibhav Gupta apply-newlib-patch-to-rtems-source-builder