Re: source-builder-documentation

2017-10-11 Thread Cillian O'Donnell
Here's the one your looking for https://docs.rtems.org/branches/master/rsb/index.html All docs are at: https://docs.rtems.org/ On 11 October 2017 at 09:09, emanuel stiebler wrote: > Did it move? > > both links on the wiki > > https://devel.rtems.org/wiki/Developer/Tools/RSB > >

Re: source-builder-documentation

2017-10-11 Thread Cillian O'Donnell
No problem. Fixed it. On 11 October 2017 at 10:51, Joel Sherrill wrote: > If you two don't mind, please fix the links that are broken. If it is > somewhere you don't have permission, just file a ticket. Keeping links > working is hard to do. > > Thanks > > --joel > > > On Oct 11,

source-builder-documentation

2017-10-11 Thread emanuel stiebler
Did it move? both links on the wiki https://devel.rtems.org/wiki/Developer/Tools/RSB go nowhere (https://docs.rtems.org/rsb) Thanks ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: source-builder-documentation

2017-10-11 Thread Joel Sherrill
If you two don't mind, please fix the links that are broken. If it is somewhere you don't have permission, just file a ticket. Keeping links working is hard to do. Thanks --joel On Oct 11, 2017 3:16 AM, "Cillian O'Donnell" wrote: Here's the one your looking for

[PATCH] Enable 64-bit BFD support. Needed on 32bit hosts

2017-10-11 Thread Joel Sherrill
From: Joel Sherrill --- rtems/config/tools/rtems-binutils-2.29-1.cfg | 5 + source-builder/config/binutils-2-1.cfg | 1 + 2 files changed, 6 insertions(+) diff --git a/rtems/config/tools/rtems-binutils-2.29-1.cfg

[PATCH] doxygen: Set the Latex generation default to NO.

2017-10-11 Thread Chris Johns
Closes #3130. --- cpukit/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/Doxyfile.in b/cpukit/Doxyfile.in index e4b681f19c..8a66d22937 100644 --- a/cpukit/Doxyfile.in +++ b/cpukit/Doxyfile.in @@ -1024,7 +1024,7 @@ SERVER_BASED_SEARCH= NO # If the

CXXFLAGS, SMP, and C++11

2017-10-11 Thread Joel Sherrill
Hi Is this still needed in prog-cxx.m4? # If CXXFLAGS is not set, default to CFLAGS if test x"$rtems_cv_HAS_SMP" = x"yes" ; then CXXFLAGS=${CXXFLAGS-${CFLAGS} -std=gnu++11} else CXXFLAGS=${CXXFLAGS-${CFLAGS}} fi Aren't we up to a modern enough compiler that this isn't needed? --joel

Re: [PATCH] Enable 64-bit BFD support. Needed on 32bit hosts

2017-10-11 Thread Chris Johns
+1, please push. On 11/10/17 6:09 am, Joel Sherrill wrote: > From: Joel Sherrill > > --- > rtems/config/tools/rtems-binutils-2.29-1.cfg | 5 + > source-builder/config/binutils-2-1.cfg | 1 + > 2 files changed, 6 insertions(+) > > diff --git

[PATCH] c-user: CONFIGURE_MAXIMUM_POSIX_SEMAPHORES

2017-10-11 Thread Sebastian Huber
This configuration is not obsolete since it is still used for named semaphores. Update #3116. --- c-user/configuring_a_system.rst | 36 ++-- 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/c-user/configuring_a_system.rst