Re: rtems-record-lttng: Corrupted timestamps after translating to CTF

2021-03-18 Thread Sebastian Huber
On 18/03/2021 23:06, jan.som...@dlr.de wrote: The to_bt_scaler is quite a large value and I don't fully get what it scales. Does someone have some hints? It could be related to ring buffer overflows. Do you get RTEMS_RECORD_PER_CPU_OVERFLOW items? There could be also some bugs in record-client.

Re: rtems-record-lttng: Corrupted timestamps after translating to CTF

2021-03-18 Thread Joel Sherrill
On Fri, Mar 5, 2021 at 12:00 PM Gedare Bloom wrote: > On Fri, Mar 5, 2021 at 10:27 AM Joel Sherrill wrote: > > > > > > > > On Fri, Mar 5, 2021 at 10:45 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> > >> On 05/03/2021 16:11, jan.som...@dlr.de wrote: > >> > >> > Some of th

RE: rtems-record-lttng: Corrupted timestamps after translating to CTF

2021-03-18 Thread Jan.Sommer
> -Original Message- > From: Sebastian Huber > Sent: Friday, March 5, 2021 5:46 PM > To: Sommer, Jan ; users@rtems.org > Subject: Re: rtems-record-lttng: Corrupted timestamps after translating to > CTF > > On 05/03/2021 16:11, jan.som...@dlr.de wrote: > > > Some of the resulting CTF ev

Re: RTEMS 5 how to run "hello" example

2021-03-18 Thread Gedare Bloom
On Thu, Mar 18, 2021 at 2:01 PM Olga Syrbachova wrote: > The output of the waf configure: > > ... > Checking for program 'rtems-tld': > /home/olga/development/rtems/5/bin/rtems-tld > ... > Checking for a valid RTEMS BSP installation : yes > Checking for RTEMS_DEBUG

Re: RTEMS 5 how to run "hello" example

2021-03-18 Thread Olga Syrbachova
The output of the waf configure: ... Checking for program 'rtems-tld': /home/olga/development/rtems/5/bin/rtems-tld ... Checking for a valid RTEMS BSP installation : yes Checking for RTEMS_DEBUG: no Checking for RTEMS_MULTIPROCESSING : no Checking for RTEMS

Re: RTEMS 5 how to run "hello" example

2021-03-18 Thread Gedare Bloom
On Thu, Mar 18, 2021 at 10:30 AM Olga Syrbachova wrote: > Thanks a lot, one step further :) > > 'configure' finished successfully (8.331s) > > And again an error. > > olga@olga-H270M-DS3H:~/development/rtems-examples$ ./waf > Waf: Entering directory > `/home/olga/development/rtems-examples/build/

Re: RTEMS 5 how to run "hello" example

2021-03-18 Thread Olga Syrbachova
Thanks a lot, one step further :) 'configure' finished successfully (8.331s) And again an error. olga@olga-H270M-DS3H:~/development/rtems-examples$ ./waf Waf: Entering directory `/home/olga/development/rtems-examples/build/sparc-rtems5-erc32' [ 1/14] Compiling hello/hello_world_c/test.c [ 2/14]

Re: instaling rtems on windows 10

2021-03-18 Thread Gedare Bloom
On Thu, Mar 18, 2021 at 8:25 AM Alireza Banejad wrote: > > Hey Gedare > Thanks for the reply > I checked out rtems 7 and it seems to pass building gdb I guess you mean that you have built the 7/ tools with the RSB. These are "bleeding edge" toolchain, because there is no such thing as rtems 7, but

Re: RTEMS 5 how to run "hello" example

2021-03-18 Thread Gedare Bloom
On Thu, Mar 18, 2021 at 3:22 AM Olga Syrbachova wrote: > Thank you very much for your reply! I really appreciate that someone is > still trying to help me after so many questions from me :) > I've got an error again, so I will describe here all my steps in case I'm > doing something wrong and you

Re: instaling rtems on windows 10

2021-03-18 Thread Alireza Banejad
Hey Gedare Thanks for the reply I checked out rtems 7 and it seems to pass building gdb It seems that the issue I mentioned is just for rtems 6 Also thanks for the ldflag tip. Yet I don't exactly know where to add this flag. Is there some sort of file I need to edit and add the linker flag or shoul

Re: RTEMS 5 how to run "hello" example

2021-03-18 Thread Olga Syrbachova
Thank you very much for your reply! I really appreciate that someone is still trying to help me after so many questions from me :) I've got an error again, so I will describe here all my steps in case I'm doing something wrong and you can see where the problem could be. 1. olga@olga-H270M-DS3H:~/de