Re: stub in fenv.h implementation

2020-04-11 Thread Joel Sherrill
On Sat, Apr 11, 2020, 3:26 PM Eshan Dhawan wrote: > hello, > I wanted to know what is stub in fenv implementations? > Many architectures appear to have all the methods implemented in one file. Newlib's pattern is usually one method per file. See i386 and x86_64 for examples. > > thanks > -Eshan

stub in fenv.h implementation

2020-04-11 Thread Eshan Dhawan
hello, I wanted to know what is stub in fenv implementations? thanks -Eshan ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 0/0] Clang/LLVM for RTEMS Waf Build

2020-04-11 Thread Hesham Almatary
On Fri, 10 Apr 2020 at 21:08, Sebastian Huber wrote: > > Hello Hesham, > > thanks for your patches. I checked in most of them. Some with slight > modifications. > > I changed the RTEMS version to 6 and removed the bsp_specs. The latest > unstable RTEMS 6 tools from the RSB are now required to work

[PATCH] build: output COMPILER for each variant in bsp_defaults

2020-04-11 Thread Hesham Almatary
Build multiple BSPs would fail without this patch as COMPILER is only being emitted once at the end of config.ini (last BSP). --- wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wscript b/wscript index c763e214f..d4ca98afb 100755 --- a/wscript +++ b/wscript @@ -1406,1

Re: [PATCH] user: Document event recording

2020-04-11 Thread Gedare Bloom
Looks great, please push it. Thanks for this. On Sat, Apr 11, 2020 at 7:42 AM Sebastian Huber wrote: > > Close #3904. > --- > user/tracing/eventrecording.rst | 222 > ++-- > 1 file changed, 212 insertions(+), 10 deletions(-) > > diff --git a/user/tracing/eve

Re: [PATCH 9/9] [waf] Add an option to build C++ sample applications

2020-04-11 Thread Sebastian Huber
On 10/04/2020 23:18, Hesham Almatary wrote: Also similar to the legacy autotools (--disable-cxx), users might want to disable building CXX apps from config.ini or the spec. Ok, what about an ENABLE_CXX option which is enabled by clang? I think all GCC architectures have C++ support. If a partic

Re: [PATCH 1/9] [waf] Fatal error if the compiler can't be found

2020-04-11 Thread Sebastian Huber
On 10/04/2020 23:08, Hesham Almatary wrote: I believe my other patch (that outputs COMPILER to config.ini) has hidden this issue. I was getting it when I specify --rtems-compiler=clang as in ./waf bsp_defaults --rtems-bsps=rv64imafdc_medany --rtems-compiler=clang > config.ini That didn't out

[PATCH] user: Document event recording

2020-04-11 Thread Sebastian Huber
Close #3904. --- user/tracing/eventrecording.rst | 222 ++-- 1 file changed, 212 insertions(+), 10 deletions(-) diff --git a/user/tracing/eventrecording.rst b/user/tracing/eventrecording.rst index d799774..27e929c 100644 --- a/user/tracing/eventrecording.rst ++

Re: [PATCH v3] bsp/beagle: Update console to new Termios API.

2020-04-11 Thread Christian Mauderer
On 10/04/2020 20:53, Niteesh G. S. wrote: > On Fri, Apr 10, 2020 at 9:18 PM Christian Mauderer > wrote: > > Hello Niteesh, > > sorry for the late review. It somehow slipped my attention. > > Although I'm generally OK with it, my suggestion would be to move