Re: Error during execution of testsuites on host OS, for ARM Architecture.

2019-05-02 Thread Gedare Bloom
Try to manually run the executable directly by qemu. Ask if you need more direction On Wed, Apr 24, 2019, 2:04 PM Vaibhav Gupta wrote: > Hello, > I even tried to run rtems-test for the testsuites/samples for ARM > Architecture, > > $ rtems-test --rtems-bsp=xilinx_zynq_a9_qemu > --rtems-tools=$HO

[PATCH] libdl: Do not access the ELF file while the allocator is locked.

2019-05-02 Thread chrisj
From: Chris Johns - Load symbols before allocation. - Parse reloc records and place any reloc recs in a cache to use while the allocator is locked. - Relocate symbols after section allocation. - Split section loading into allocation/locating and loading. - Update all arch back-ends with a new r

[PATCH] libdl allocator deadlock

2019-05-02 Thread chrisj
Hi, This patch fixes the deadlock with libbsd's nfs client when loading ELF images. I have built and test psim and xilinx A9 qemu bsps. I will try and build all archs over the weekend. Please test and report if this fixes the deadlock. Thanks Chris _

Re: Error during execution of testsuites on host OS, for ARM Architecture.

2019-05-02 Thread Chris Johns
On 3/5/19 2:49 am, Gedare Bloom wrote: > Try to manually run the executable directly by qemu. Ask if you need more > direction Good advice. Also the command line for qemu can be seen by adding `--trace` to the `rtems-test` command line and then looking in the log file. I suggest you run a single

Re: Error during execution of testsuites on host OS, for ARM Architecture.

2019-05-02 Thread Joel Sherrill
Hi I tried to post this earlier but was having outgoing mail problems. The command varies between versions of qemu. It is likely the rtems-tester configuration file for this BSP doesn't match the version of qemu you have built. This is from a shell script I use on an application. Notice the diffe

Re: Error during execution of testsuites on host OS, for ARM Architecture.

2019-05-02 Thread Chris Johns
> On 3 May 2019, at 10:55 am, Joel Sherrill wrote: > > Hi > > I tried to post this earlier but was having outgoing mail problems. > > The command varies between versions of qemu. It is likely the rtems-tester > configuration file > for this BSP doesn't match the version of qemu you have built

Re: Error during execution of testsuites on host OS, for ARM Architecture.

2019-05-02 Thread Joel Sherrill
On Thu, May 2, 2019, 7:58 PM Chris Johns wrote: > > On 3 May 2019, at 10:55 am, Joel Sherrill wrote: > > Hi > > I tried to post this earlier but was having outgoing mail problems. > > The command varies between versions of qemu. It is likely the rtems-tester > configuration file > for this BSP d