Validity of Ticket #1247 RTEMS does not implement locks needed by multithreaded newlib

2015-02-24 Thread Gedare Bloom
Sebastian, Do you know if #1247 is still valid for current RTEMS and newlib? Gedare ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: RSB - How to checkout a branch from a repo and build from it

2015-02-24 Thread Hesham ALMatary
On Tue, Feb 24, 2015 at 7:31 PM, Gedare Bloom wrote: > It looks like you can specify a branch in the %source command, e.g. > config/tools/rtems-binutils-git-1.cfg has > %source set binutils > git://sourceware.org/git/binutils-gdb.git?fetch?reset=hard?branch=master?checkout=%{binutils_version} > T

Re: RSB - How to checkout a branch from a repo and build from it

2015-02-24 Thread Gedare Bloom
It looks like you can specify a branch in the %source command, e.g. config/tools/rtems-binutils-git-1.cfg has %source set binutils git://sourceware.org/git/binutils-gdb.git?fetch?reset=hard?branch=master?checkout=%{binutils_version} -Gedare On Tue, Feb 24, 2015 at 7:30 AM, Hesham Moustafa wrote

Compiling POSIX based (hypercall + Rump Kernel) to run above RTEMS/POSIX issue

2015-02-24 Thread Hesham Moustafa
Hi all, I was trying to compile/build Rump Kernel (POSIXy hypercall + Rump kernel) as a library to run above RTEMS/POSIX. So, this POSIXy Hypercall expects the host (which is RTEMS here) to provide the required POSIX implementation. When I tried to build hypercall + Rump Kernel [1] as a library,

RSB - How to checkout a branch from a repo and build from it

2015-02-24 Thread Hesham Moustafa
Hi, I am wondering how can I checkout a github repo, and from RSB change to another branch, and build from their. For example this repo [1] has master branch called "epiphany-binutils-2.23" which is not stable, instead it has another stable branch called "epiphany-binutils-2.23-software-cache" whi