Re: Tests Known To Fail with Simulator Idle Clock

2014-04-25 Thread Chris Johns
On 26/04/2014 4:56 am, Joel Sherrill wrote: Hi As Chris is wrapping up the work on not building the BSP/test combinations which are known to run out of memory when linking, I thought I would gather the information about another large class of test failures. Some BSPs are for simulators. Some of

Re: [rtems commit] rtems: Account for file system semaphores.

2014-04-25 Thread Chris Johns
On 25/04/2014 11:51 pm, Joel Sherrill wrote: The intention with confdefs is that the user does not have to know the implicit requirements of the higher level capability they configured. User configures number of file descriptors, Ada tasks, etc. So if a filesystem needs resources, confdefs.h sho

Re: [GSOC] RPi BSP RTEMS

2014-04-25 Thread Andre Marques
I'm taking this conversation to the list. On 04/23/14 01:21, Alan Cudmore wrote: On Tue, Apr 22, 2014 at 6:09 AM, Andre Marques mailto:andre.lousa.marq...@gmail.com>> wrote: Hello, I am very pleased to have the opportunity to participate in GSoC with the RTEMS project! Welc

Re: Error with examples-v2

2014-04-25 Thread Joel Sherrill
On 4/25/2014 6:34 AM, Federico Lenarduzzi wrote: > I followed exactly this steps. in the second block, there is a make > install. I'm reading the README.waf. Thanks for your answers. > Somehow you missed a step or typed something wrong like the directory in RTEMS_MAKEFILE_PATH or the --prefix. He

Tests Known To Fail with Simulator Idle Clock

2014-04-25 Thread Joel Sherrill
Hi As Chris is wrapping up the work on not building the BSP/test combinations which are known to run out of memory when linking, I thought I would gather the information about another large class of test failures. Some BSPs are for simulators. Some of those simulators do not support interrupts or

GSOC Student Reminder

2014-04-25 Thread Jennifer Averett
Welcome to the RTEMS community... Please be sure you have subscribed to the rtems-devel list and are discussing your project there. All communications that are not of a personal nature should be in this venue. It is now time for community bonding and getting past the initial groundwork and des

Re: [rtems commit] rtems: Account for file system semaphores.

2014-04-25 Thread Joel Sherrill
The intention with confdefs is that the user does not have to know the implicit requirements of the higher level capability they configured. User configures number of file descriptors, Ada tasks, etc. So if a filesystem needs resources, confdefs.h should reserve them. On 4/25/2014 1:07 AM, Chris

Re: Error with examples-v2

2014-04-25 Thread Federico Lenarduzzi
I followed exactly this steps. in the second block, there is a make install. I'm reading the README.waf. Thanks for your answers. 2014-04-24 21:55 GMT-03:00 Gedare Bloom : > > > > On Thu, Apr 24, 2014 at 8:54 PM, Gedare Bloom wrote: > >> >> >> >> On Thu, Apr 24, 2014 at 7:28 PM, Joel Sherrill >