Re: Compiling RTEMS

2016-03-16 Thread soja-lists
Am 2016-03-16 01:45, schrieb Wang, John (IVV-1800): Hi, I am attempting to build RTEMS in Ubuntu. The version I am using is from Gaisler - 4.10-1.2.16. I am run the bootstrap, and configure command with no issues. However, when I run the make / gmake I command I receive the following error: C

[PATCH] score: Fix CPU time used by executing threads

2016-03-16 Thread Sebastian Huber
The CPU time used of a thread was previously maintained per-processor mostly during _Thread_Dispatch(). However, on SMP configurations the actual processor of a thread is difficult to figure out since thread dispatching is a highly asynchronous process (e.g. via inter-processor interrupts). Only