[PATCH] score: Fix for RTEMS_DEBUG.

2016-07-28 Thread Chris Johns
--- cpukit/score/src/userextaddset.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/src/userextaddset.c b/cpukit/score/src/userextaddset.c index 19bbd36..ea2d214 100644 --- a/cpukit/score/src/userextaddset.c +++ b/cpukit/score/src/userextaddset.c @@ -29,6 +29,7 @@ void

[PATCH] doc: source-builder.txt: Update installtion for ubuntu packages

2016-07-28 Thread Punit Vara
This patch fixes the most common python missing error for RTEMS tool chain build and RSB built is tested for ubuntu 16.04.1 LTS --- doc/source-builder.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source-builder.txt b/doc/source-builder.txt index

Re: Python missing error Solved

2016-07-28 Thread punit vara
yeah sorry for typo. Sending patch soon :) On Thu, Jul 28, 2016 at 11:54 PM, Gedare Bloom wrote: > On Thu, Jul 28, 2016 at 12:36 PM, punit vara wrote: >> I have seen many newbie stucking on python missing error. Today I >> have freshly installed UBUNTU

Python missing error Solved

2016-07-28 Thread punit vara
I have seen many newbie stucking on python missing error. Today I have freshly installed UBUNTU 16.04 and stuck to python missing error. and solved that issue. https://docs.rtems.org/rsb/#_ubuntu $ sudo apt-get build-dep binutils gcc g++ gdb unzip git python2.7-dev This guide should be updated

Re: Internal time representations

2016-07-28 Thread Gedare Bloom
Hi Sebastian, The problem that I encountered was that there are two different representations used for the watchdogs, the 34+30 compact timespec, a.k.a. "watchdog ticks", used for absolute, and the 64-bit "score ticks" used for relative. Since both of these are called ticks internally, I had a

Corrected a typographical on RTEMS Source builder

2016-07-28 Thread Sambeet Panigrahi
From 1b1c28df3ac691d7aac2cee27c84b10d858953de Mon Sep 17 00:00:00 2001 From: Sambeet161616 Date: Thu, 28 Jul 2016 13:52:06 +0530 Subject: [PATCH] Corrected a typo --- doc/source-builder.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git