Re: build failed: cpukit/posix/src/conddefaultattributes.c

2016-04-24 Thread printk
Ah, I works now. thank you all! I guess rtems maybe not easy to compile with other toolchain. eg. armcc, arm-none-eabi-gcc(ARM: https://launchpad.net/gcc-arm-embedded). ... duhuanpeng. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailm

Re: build failed: cpukit/posix/src/conddefaultattributes.c

2016-04-24 Thread Joel Sherrill
We do not support building RTEMS with anything but the RTEMS toolchain. There are very specific configurations of the language run times and C Library for RTEMS. Those account for our thread model and SMP safety. On Apr 24, 2016 10:14 AM, "printk" wrote: > Ah, I works now. thank you all! > I gues

Re: build failed: cpukit/posix/src/conddefaultattributes.c

2016-04-24 Thread printk
On Sun, Apr 24, 2016 at 05:55:09AM -0500, Joel Sherrill wrote: > We do not support building RTEMS with anything but the RTEMS toolchain. > There are very specific configurations of the language run times and C > Library for RTEMS. Those account for our thread model and SMP safety. could you please

Re: RTEMS in ESA Summer of Code In Space

2016-04-24 Thread Jason Wong
Hi Joel, Is the project "RTEMS Toolkits" available for SOCIS? I looked into "GSL" as en example and found that it was added as a rtems add-on package. But rtems add-on package repo seems stopped update for a long time. It does not even has a 4.11 branch. Regards, Jason Wong On 22 April 2016

Re: RTEMS in ESA Summer of Code In Space

2016-04-24 Thread Joel Sherrill
I do not think there is enough left to do on the RSB kit/stack right now to be an SOCIS project. Off the top of my very tired head, tracing, gdb simulator improvements, and coverage reporting improvements are high to me. Look for projects highlighted as good for space on the Open Projects page. On

Project:Porting Rock to RTEMS

2016-04-24 Thread Sambeet Panigrahi
Hi, I am Sambeet Panigrahi. I am a GSOC student working on the project of porting Rock to RTEMS.I am grateful to the RTEMS community for all the support during the last few months of preparation and in particular to my mentors Joel Sherill and Gedare Bloom for all the help. I am currently in 3rd

Re: RTEMS in ESA Summer of Code In Space

2016-04-24 Thread Jason Wong
Hi Joel, Is the project CPU Statistics at https://devel.rtems.org/wiki/Developer/Projects/Open/CPU_Statistics available for SOCIS? Regards, Jason Wong On 22 April 2016 at 15:10, Joel Sherrill wrote: > Hi > > The RTEMS Project has been honored to be selected as a participating > organization i

[PATCH] posix: Avoid Giant lock for condition variables

2016-04-24 Thread Sebastian Huber
Update #2555. --- cpukit/posix/include/rtems/posix/cond.h | 3 +- cpukit/posix/include/rtems/posix/condimpl.h | 52 +-- cpukit/posix/include/rtems/posix/muteximpl.h | 10 ++ cpukit/posix/src/conddestroy.c | 55 +++ cpukit/posix/src/condget.c