---
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 _User_ex
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
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 16.04 and stuck to python missing error.
>
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
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 bit
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 a/doc/source-builder.txt b/doc/source-b