Re: Problem running sparc-rtems5-gdb

2019-09-21 Thread Vijay Kumar Banerjee
( Please use the reply to all option to keep the conversation on the list ) On Sun, Sep 22, 2019 at 10:50 AM Niteesh wrote: > bsp: erc32 > > arch: sparc > > Odd. It is expected to work in erc32 if your build is right. I don't have a recent sparc build so I can't verify right now. Let's wait for

Re: Problem running sparc-rtems5-gdb

2019-09-21 Thread Vijay Kumar Banerjee
On Sun, Sep 22, 2019 at 10:35 AM Niteesh wrote: > The problem actually occurred when I was trying to run the hello.exe with > gdb. > 1: *sparc-rtems5-gdb hello.exe* > and inside gdb to set the target as simulator. > 2: *tar sim* > > This is the expected sequence, what BSP are you using? > (gdb)

Suggestions about rtems-ld

2019-09-21 Thread jameszxj
Hi, 1. option -e (--entry) In most cases, entry point is useless when use dynamic load. Default entry point "rtems" makes user must provid a entry point or provid "rtems" entry point. I think make default entry point to null is better, if user does not assign one. If it is

Re: Problem running sparc-rtems5-gdb

2019-09-21 Thread Vijay Kumar Banerjee
On Sun, Sep 22, 2019 at 10:01 AM Niteesh wrote: > I was following the quick-start guide from > https://docs.rtems.org/branches/master/user/start/index.html > I followed the exact steps but still couldn't get the hello world > running. I face issues when running the GDB, when trying to set the >

Problem running sparc-rtems5-gdb

2019-09-21 Thread Niteesh
I was following the quick-start guide from https://docs.rtems.org/branches/master/user/start/index.html I followed the exact steps but still couldn't get the hello world running. I face issues when running the GDB, when trying to set the target to simulator I get "undefined target cmd: sim", Is it

Re: Where are results of rtems-tester test results archived?

2019-09-21 Thread Joel Sherrill
On Sat, Sep 21, 2019, 6:21 PM Chris Johns wrote: > > > On 22/9/19 7:58 am, dufa...@hda.com wrote: > > > > > >> On Sep 21, 2019, at 17:49 , wrote: > >> > >> > >> > >>> On Sep 21, 2019, at 16:41 , Chris Johns wrote: > >>> > >>> On 22/9/19 1:18 am, dufa...@hda.com wrote: > > On Sep 21, 2019,

Re: Where are results of rtems-tester test results archived?

2019-09-21 Thread Chris Johns
On 22/9/19 7:58 am, dufa...@hda.com wrote: > > >> On Sep 21, 2019, at 17:49 , wrote: >> >> >> >>> On Sep 21, 2019, at 16:41 , Chris Johns wrote: >>> >>> On 22/9/19 1:18 am, dufa...@hda.com wrote: > On Sep 21, 2019, at 11:03 , Joel Sherrill wrote: > On Sat, Sep 21, 2019, 9:55 AM

Re: Where are results of rtems-tester test results archived?

2019-09-21 Thread dufault
> On Sep 21, 2019, at 17:49 , wrote: > > > >> On Sep 21, 2019, at 16:41 , Chris Johns wrote: >> >> On 22/9/19 1:18 am, dufa...@hda.com wrote: On Sep 21, 2019, at 11:03 , Joel Sherrill wrote: On Sat, Sep 21, 2019, 9:55 AM Peter Dufault wrote: I’ve searched but can’t find

Re: Where are results of rtems-tester test results archived?

2019-09-21 Thread dufault
> On Sep 21, 2019, at 16:41 , Chris Johns wrote: > > On 22/9/19 1:18 am, dufa...@hda.com wrote: >>> On Sep 21, 2019, at 11:03 , Joel Sherrill wrote: >>> On Sat, Sep 21, 2019, 9:55 AM Peter Dufault wrote: >>> I’ve searched but can’t find anywhere. I’d like to see the results of the >>>

Re: rtems tester: Why does rtems_test_assert() just exit?

2019-09-21 Thread dufault
> On Sep 21, 2019, at 17:04 , Chris Johns wrote: > > On 22/9/19 2:39 am, dufa...@hda.com wrote: >>> On Sep 21, 2019, at 11:44 , Joel Sherrill wrote: >>> On Sat, Sep 21, 2019, 10:09 AM Peter Dufault wrote: >>> Most of the failures I see on “beatnik” are detected by >>> “rtems_test_assert()”.

Re: rtems tester: Why does rtems_test_assert() just exit?

2019-09-21 Thread Chris Johns
On 22/9/19 2:39 am, dufa...@hda.com wrote: >> On Sep 21, 2019, at 11:44 , Joel Sherrill wrote: >> On Sat, Sep 21, 2019, 10:09 AM Peter Dufault wrote: >> Most of the failures I see on “beatnik” are detected by >> “rtems_test_assert()”. That prints the assertion and calls exit, e.g. on >>

Re: Where are results of rtems-tester test results archived?

2019-09-21 Thread Chris Johns
On 22/9/19 1:18 am, dufa...@hda.com wrote: >> On Sep 21, 2019, at 11:03 , Joel Sherrill wrote: >> On Sat, Sep 21, 2019, 9:55 AM Peter Dufault wrote: >> I’ve searched but can’t find anywhere. I’d like to see the results of the >> tests on all architectures to compare to what I see on

Re: rtems tester: Why does rtems_test_assert() just exit?

2019-09-21 Thread dufault
> On Sep 21, 2019, at 11:44 , Joel Sherrill wrote: > > > > On Sat, Sep 21, 2019, 10:09 AM Peter Dufault wrote: > Most of the failures I see on “beatnik” are detected by > “rtems_test_assert()”. That prints the assertion and calls exit, e.g. on > beatnik: > > ] allocate most of memory -

Re: rtems tester: Why does rtems_test_assert() just exit?

2019-09-21 Thread Joel Sherrill
On Sat, Sep 21, 2019, 10:09 AM Peter Dufault wrote: > Most of the failures I see on “beatnik” are detected by > “rtems_test_assert()”. That prints the assertion and calls exit, e.g. on > beatnik: > > ] allocate most of memory - attempt to fail chroot - expect ENOMEM > ] >

Re: Where are results of rtems-tester test results archived?

2019-09-21 Thread Joel Sherrill
On Sat, Sep 21, 2019, 10:18 AM wrote: > > > On Sep 21, 2019, at 11:03 , Joel Sherrill wrote: > > > > > > > > On Sat, Sep 21, 2019, 9:55 AM Peter Dufault wrote: > > I’ve searched but can’t find anywhere. I’d like to see the results of > the tests on all architectures to compare to what I see

Re: Where are results of rtems-tester test results archived?

2019-09-21 Thread dufault
> On Sep 21, 2019, at 11:03 , Joel Sherrill wrote: > > > > On Sat, Sep 21, 2019, 9:55 AM Peter Dufault wrote: > I’ve searched but can’t find anywhere. I’d like to see the results of the > tests on all architectures to compare to what I see on PowerPC-beatnik. > > There is a build@ mailing

rtems tester: Why does rtems_test_assert() just exit?

2019-09-21 Thread Peter Dufault
Most of the failures I see on “beatnik” are detected by “rtems_test_assert()”. That prints the assertion and calls exit, e.g. on beatnik: ] allocate most of memory - attempt to fail chroot - expect ENOMEM ] ../../../../../../rtems/c/src/../../testsuites/psxtests/psxchroot01/test.c: 126 status

Re: Where are results of rtems-tester test results archived?

2019-09-21 Thread Joel Sherrill
On Sat, Sep 21, 2019, 9:55 AM Peter Dufault wrote: > I’ve searched but can’t find anywhere. I’d like to see the results of the > tests on all architectures to compare to what I see on PowerPC-beatnik. > There is a build@ mailing list and the archives are at

Where are results of rtems-tester test results archived?

2019-09-21 Thread Peter Dufault
I’ve searched but can’t find anywhere. I’d like to see the results of the tests on all architectures to compare to what I see on PowerPC-beatnik. Peter - Peter Dufault HD Associates, Inc. Software and System Engineering This email is delivered through the public internet

Re: rtems-tester initial port getting "'NoneType' object is not iterable"

2019-09-21 Thread dufault
> On Sep 20, 2019, at 21:43 , Joel Sherrill wrote: > > > > On Fri, Sep 20, 2019, 8:21 PM Chris Johns wrote: > On 21/9/19 5:56 am, dufa...@hda.com wrote: > > One thing I should have said is that “rtems" and "rtems-tester" are the > > master branches, "rtems-tester" is updated as of