Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Chris Johns
> On 11 May 2018, at 6:21 pm, Cillian O'Donnell wrote: > > > >> On Fri, 11 May 2018, 06:17 Chris Johns, wrote: >> On 11/5/18 4:44 pm, Chris Johns wrote: >> > >> > I am looking into the reason for the error which is proving difficult to >> > find. >> > >> >> Cillian, could you please compr

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Cillian O'Donnell
On Fri, 11 May 2018, 06:17 Chris Johns, wrote: > On 11/5/18 4:44 pm, Chris Johns wrote: > > > > I am looking into the reason for the error which is proving difficult to > find. > > > > Cillian, could you please compress and email me offlist the ELF file for > the cov > file is for? > Will do. It

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Cillian O'Donnell
On Thu, 10 May 2018, 22:23 Vijay Kumar Banerjee, wrote: > > > On Fri, 11 May 2018, 02:19 Cillian O'Donnell, > wrote: > >> >> >> On 10 May 2018 at 20:15, Vijay Kumar Banerjee >> wrote: >> >>> Frankly, I'm totally confused at the moment. I'm not able to come up >>> with a proper task list to seri

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Chris Johns
On 11/5/18 4:44 pm, Chris Johns wrote: > > I am looking into the reason for the error which is proving difficult to find. > Cillian, could you please compress and email me offlist the ELF file for the cov file is for? Thanks Chris ___ devel mailing li

Re: How to download the required tar file?

2018-05-10 Thread Chris Johns
On 11/5/18 4:01 pm, Danxue Huang wrote: > Hi there, > > I got stuck on 2.5 installing a tar file ( I have attached the website below). > You can skip that section. It does not really belong in the Quick Start chapter. > https://docs.rtems.org/branches/master/rsb/quick-start.html#building >

[PATCH] build: Fix RTEMS_ENABLE_RTEMSBSP()

2018-05-10 Thread Sebastian Huber
The riscv32 and riscv64 targets share a riscv source directory. The potential future powerpcspe and powerpc targets need this change as well. --- aclocal/enable-rtemsbsp.m4 | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/aclocal/enable-rtemsbsp.m4 b/aclocal/enable-r

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Chris Johns
On 11/5/18 8:32 am, Cillian O'Donnell wrote: > > Thank for you the offer. The change to main is in response to my changes > to add > DWARF support and those changes are not yet working so I feel I have to > make the > change as part of this work or Vijay ends up on my broken version

How to download the required tar file?

2018-05-10 Thread Danxue Huang
Hi there, I got stuck on 2.5 installing a tar file ( I have attached the website below). https://docs.rtems.org/branches/master/rsb/quick-start.html#building The tar file is supposed that I have downloaded in my machine, but there is not a required .bz2 file "rtems-4.11-sparc-rtems4.11-1.tar.bz2

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Vijay Kumar Banerjee
On Fri, 11 May 2018, 02:19 Cillian O'Donnell, wrote: > > > On 10 May 2018 at 20:15, Vijay Kumar Banerjee > wrote: > >> Frankly, I'm totally confused at the moment. I'm not able to come up with >> a proper task list to serially go through. >> >> according to my understanding (and proposal), the m

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Cillian O'Donnell
On 10 May 2018 at 20:15, Vijay Kumar Banerjee wrote: > Frankly, I'm totally confused at the moment. I'm not able to come up with > a proper task list to serially go through. > > according to my understanding (and proposal), the major goals are: > > 1. Get the coverage analysis running again and g

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Cillian O'Donnell
On 10 May 2018 at 19:39, Chris Johns wrote: > On 11/5/18 5:37 am, Cillian O'Donnell wrote: > > On Thu, 10 May 2018, 11:48 Chris Johns, > > > It is not a exception in an exception or in a stack unwind path, it > is an > > exception being thrown with no catch. > > > > The covoar `main(

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Vijay Kumar Banerjee
On Fri, 11 May 2018, 01:09 Joel Sherrill, wrote: > > > On Thu, May 10, 2018 at 2:15 PM, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> Frankly, I'm totally confused at the moment. I'm not able to come up with >> a proper task list to serially go through. >> > > We are to blame for

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Joel Sherrill
On Thu, May 10, 2018 at 2:15 PM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > Frankly, I'm totally confused at the moment. I'm not able to come up with > a proper task list to serially go through. > We are to blame for that. You have been caught in the cross-fire of us all testing Ch

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Vijay Kumar Banerjee
On 11 May 2018 at 00:09, Chris Johns wrote: > On 11/5/18 5:37 am, Cillian O'Donnell wrote: > > On Thu, 10 May 2018, 11:48 Chris Johns, > > > It is not a exception in an exception or in a stack unwind path, it > is an > > exception being thrown with no catch. > > > > The covoar `main(

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Vijay Kumar Banerjee
Frankly, I'm totally confused at the moment. I'm not able to come up with a proper task list to serially go through. according to my understanding (and proposal), the major goals are: 1. Get the coverage analysis running again and get it merged with the current master repo. 2. Generating line cov

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Chris Johns
On 11/5/18 6:10 am, Joel Sherrill wrote: > https://swarminglogic.com/jotting/2014_05_lcov has more complicated reports > and instructions. It even includes a shell script to make Chris happy. LOL echo "LOL" | sed -e 's/^L/\:/' -e 's/O/\-/' -e 's/L/\P/' Chris __

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Chris Johns
On 11/5/18 5:37 am, Cillian O'Donnell wrote: > On Thu, 10 May 2018, 11:48 Chris Johns, > It is not a exception in an exception or in a stack unwind path, it is an > exception being thrown with no catch. > > The covoar `main()` is  like C with return vales, stderr prints and exits >

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Joel Sherrill
On Thu, May 10, 2018 at 12:37 PM, Cillian O'Donnell wrote: > > > On Thu, 10 May 2018, 11:48 Chris Johns, wrote: > >> On 10/5/18 2:43 pm, Chris Johns wrote: >> > On 10/5/18 8:47 am, Cillian O'Donnell wrote: >> >> >> >> >> >> GDB >> >> >> >> >> >> (gdb) bt

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Cillian O'Donnell
On Thu, 10 May 2018, 11:48 Chris Johns, wrote: > On 10/5/18 2:43 pm, Chris Johns wrote: > > On 10/5/18 8:47 am, Cillian O'Donnell wrote: > >> > >> > >> GDB > >> > >> > >> (gdb) bt > >> #0 0x774aa428 in __GI_raise (sig=sig@entry=6) > >> at ../

Re: Fwd: [PATCH 2/4] covoar: Use DWARF to map addresses to source files and lines.

2018-05-10 Thread Cillian O'Donnell
On Thu, 10 May 2018, 16:01 Vijay Kumar Banerjee, wrote: > > > On 8 May 2018 at 00:33, Cillian O'Donnell wrote: > >> Here's the branch with work in progress for the tester. Have a look when >> you can Vijay. >> >> https://github.com/cillianodonnell/rtems-tools/tree/tester-support >> >> >> I am go

Re: Errors returned while building a SPARC tool set

2018-05-10 Thread Danxue Huang
Hey Aditya, Thank you so much for you reminder, the problem is solved! :D Best, Dannie On Thu, May 10, 2018 at 12:07 AM, Aditya Upadhyay wrote: > Hi Dannie, > > Did you check the python version? It should be a development version. > First run this command: > sudo apt-get python2.7-dev > > then

Re: Errors returned while building a SPARC tool set

2018-05-10 Thread Danxue Huang
Hey Chris, You are correct that the disk space of Ubuntu is not large enough since it is in a VM, I resized the disk space and then problem was solved. Thank you so much! :D -Dannie On Thu, May 10, 2018 at 2:28 AM, Chris Johns wrote: > On 10/5/18 4:47 am, Danxue Huang wrote: > > Hi Dr. Johns

Re: Errors returned while building a SPARC tool set

2018-05-10 Thread Joel Sherrill
On Thu, May 10, 2018 at 2:28 AM, Chris Johns wrote: > On 10/5/18 4:47 am, Danxue Huang wrote: > > Hi Dr. Johns, > > Hi, please feel free to use Chris. And thanks for the promotion to Dr but > Joel > and Gedare are the esteemed doctors :) > > > I just got a new laptop (Windows) and I got stuck on

Re: Fwd: [PATCH 2/4] covoar: Use DWARF to map addresses to source files and lines.

2018-05-10 Thread Vijay Kumar Banerjee
On 8 May 2018 at 00:33, Cillian O'Donnell wrote: > Here's the branch with work in progress for the tester. Have a look when > you can Vijay. > > https://github.com/cillianodonnell/rtems-tools/tree/tester-support > > > I am going through this now. according to your last commit message, the qemu.cf

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Chris Johns
On 10/5/18 2:43 pm, Chris Johns wrote: > On 10/5/18 8:47 am, Cillian O'Donnell wrote: >> >> >> GDB >> >> >> (gdb) bt >> #0  0x774aa428 in __GI_raise (sig=sig@entry=6) >>     at ../sysdeps/unix/sysv/linux/raise.c:54 >> #1  0x774ac02a in __GI_

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-10 Thread Chris Johns
On 10/5/18 6:14 pm, Cillian O'Donnell wrote: > On Thu, 10 May 2018, 03:43 Chris Johns, > wrote: > > On 10/5/18 8:47 am, Cillian O'Donnell wrote: > > Just running covoar there, we seem to be running into some problems at > the > > source line lookup stage > >

Re: Errors returned while building a SPARC tool set

2018-05-10 Thread Chris Johns
On 10/5/18 4:47 am, Danxue Huang wrote: > Hi Dr. Johns, Hi, please feel free to use Chris. And thanks for the promotion to Dr but Joel and Gedare are the esteemed doctors :) > I just got a new laptop (Windows) and I got stuck on building a SPARC tool set > using Ubuntu in Virtual Box. To build a