Re: GSoC Project | Basic Support for Trace Compass

2019-05-15 Thread Guillaume Champagne
Hi Ravindra, If you look at the dependencies and build process of lttng-tools [1] and lttng-modules [2] you'll see that both projects are very tied to linux. Lttng stands for linux tracing toolkit next generation after all :). An idea to produce CTF could be to reuse the binary format

Re: BBB Framebuffer driver : Project status

2019-05-15 Thread Christian Mauderer
Hello Vijay, On 14/05/2019 23:13, Vijay Kumar Banerjee wrote: > Hello everyone! > > I have been active on the project and had offlist discussions about it > with the mentors. To update the devel about the ongoing work I'm  > writing this status report and planning to write such status reports  >

Re: GSoC Project | Basic Support for Trace Compass

2019-05-15 Thread Ravindra Kumar Meena
On Wed, May 15, 2019 at 5:27 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 15/05/2019 13:50, Ravindra Kumar Meena wrote: > > Is lttng under a suitable license (I think no) and portable to RTEMS? > I found this at the bottom of LTTng website. https://lttng.org/ " The

Re: fatal after a new source-builder update

2019-05-15 Thread Ярослав Лещинский
sorry, my fault -- forgot to rebuild the whole project. Everything works fine with enabled FPU (-mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard) On Wed, 15 May 2019 at 17:06, Ярослав Лещинский wrote: > if change to CPU_CFLAGS = -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 >

Re: fatal after a new source-builder update

2019-05-15 Thread Ярослав Лещинский
if change to CPU_CFLAGS = -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp, application not responded at all. On Wed, 15 May 2019 at 16:45, Ярослав Лещинский wrote: > yes, I know, I just checked that behavior is the same as before. > > With these flags -mthumb -mcpu=cortex-m4

Re: fatal after a new source-builder update

2019-05-15 Thread Ярослав Лещинский
yes, I know, I just checked that behavior is the same as before. With these flags -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard I got error from linker: /home/midnight/rtems/toolchain/5/lib/gcc/arm-rtems5/7.4.1/../../../../arm-rtems5/bin/ld: error: o-optimize/test.exe uses VFP

Re: fatal after a new source-builder update

2019-05-15 Thread Sebastian Huber
On 15/05/2019 15:31, Ярослав Лещинский wrote: problem solved after edition of CPU_FLAGS as mentioned in stm32f4.cfg: CPU_FLAGS = -mthumb -mcpu=cortex-m4 If you use these flags, then you don't use the floating point instructions. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr.

Re: fatal after a new source-builder update

2019-05-15 Thread Ярослав Лещинский
problem solved after edition of CPU_FLAGS as mentioned in stm32f4.cfg: CPU_FLAGS = -mthumb -mcpu=cortex-m4 Thanks. On Wed, 15 May 2019 at 09:41, Ярослав Лещинский wrote: > Ok, I will check. > > Thanks. > > ср, 15 мая 2019 г. в 9:34, Sebastian Huber < > sebastian.hu...@embedded-brains.de>: >

Re: [PATCH] score: new CBS version

2019-05-15 Thread Sebastian Huber
On 15/05/2019 14:03, Joel Oliveira Pinto wrote: Hello Sebastian, Yes i used, but later to create the patch i did not used git diff. I made the diff with my RTEMS version where i developed CBS with a git clone from the RTEMS sources. Ok, good. Could you please fetch the latest RTEMS version

Re: [PATCH] score: new CBS version

2019-05-15 Thread Joel Oliveira Pinto
Hello Sebastian, Yes i used, but later to create the patch i did not used git diff. I made the diff with my RTEMS version where i developed CBS with a git clone from the RTEMS sources. Regards, Joel. Télécharger Outlook pour Android

Re: GSoC Project | Basic Support for Trace Compass

2019-05-15 Thread Sebastian Huber
On 15/05/2019 13:50, Ravindra Kumar Meena wrote: Hi Sebastian, I was exploring the documentation of LTTng and babeltrace and come to the conclusion that LTTng already produces trace data in CTF format. Since Trace Compass already supports CTF trace data. So, what I am thinking that instead

Re: [PATCH] score: new CBS version

2019-05-15 Thread Sebastian Huber
Hello Joel, did you use a Git clone of the RTEMS sources to develop your new version of the CBS? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail :

Re: GSoC Project | Basic Support for Trace Compass

2019-05-15 Thread Ravindra Kumar Meena
Hi Sebastian, I was exploring the documentation of LTTng and babeltrace and come to the conclusion that LTTng already produces trace data in CTF format. Since Trace Compass already supports CTF trace data. So, what I am thinking that instead of converting trace data to CTF why don't we just

[PATCH] score: new CBS version

2019-05-15 Thread Joel Oliveira Pinto
Hello everyone, Attached is a patch for a new version of the Constant Bandwidth Server (CBS) as described in: https://devel.rtems.org/ticket/3744 I also have a patch for another reservation-based scheduler, named the Capacity Sharing and Stealing (CSS) [1], that will be sent once the CBS patch

Re: fatal after a new source-builder update

2019-05-15 Thread Ярослав Лещинский
Ok, I will check. Thanks. ср, 15 мая 2019 г. в 9:34, Sebastian Huber < sebastian.hu...@embedded-brains.de>: > On 14/05/2019 20:51, Ярослав Лещинский wrote: > > Hello Sebastian, > > > > I have added my own BSP for stm32l4 it based on stm32f4. If you want > > you can take a look on it -- in

Re: fatal after a new source-builder update

2019-05-15 Thread Sebastian Huber
On 14/05/2019 20:51, Ярослав Лещинский wrote: Hello Sebastian, I have added my own BSP for stm32l4 it based on stm32f4. If you want you can take a look on it -- in attached my patch for a new BSP(stm32l4). Due to the multilib changes, you have to adjust the GCC options for your BSP: