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

2018-05-12 Thread Vijay Kumar Banerjee
On 11 May 2018 at 11:50, Cillian O'Donnell wrote: > At the moment when the tester runs covoar the error messages generated are > a clear indicator of what is wrong, so task list is dictated by what > they're saying at the moment. Fixing the mismatch between exe.cov and .cov > is the next thing. T

Re: Errors returned while building a SPARC tool set

2018-05-12 Thread Joel Sherrill
On Sat, May 12, 2018 at 1:42 AM, Amaan Cheval wrote: > On Sat, May 12, 2018 at 2:48 AM, Chris Johns wrote: > > On 11/5/18 3:02 am, Joel Sherrill wrote: > >> > >> https://ftp.rtems.org/pub/rtems/people/chrisj/doc- > online/4.11/rsb/hosts.html#xubuntu > >> > > > > Where is this link being found? >

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

2018-05-12 Thread Joel Sherrill
Please start a new thread with the patch in "git format-patch" format. Keeping a long thread going makes it hard to distinguish issues. On Sat, May 12, 2018 at 2:14 PM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > > On 11 May 2018 at 11:50, Cillian O'Donnell wrote: > >> At the momen

[PATCH] covoar: fixing the extension mismatch in trace file

2018-05-12 Thread thelunatic
--- tester/covoar/covoar.cc | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc index 5bed98f..95dc990 100644 --- a/tester/covoar/covoar.cc +++ b/tester/covoar/covoar.cc @@ -185,7 +185,7 @@ int main( Executables

Re: [PATCH] covoar: fixing the extension mismatch in trace file

2018-05-12 Thread Joel Sherrill
On Sat, May 12, 2018 at 2:42 PM, thelunatic wrote: > --- > Every patch needs an explanation/log message. Look back through "git log" for examples. > tester/covoar/covoar.cc | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/tester/covoar/covoar.cc b/tester/covoar

Re: How do I convert a C program to an .exe file?

2018-05-12 Thread Danxue Huang
Hey Amaan, Thank you so much for your detailed answer! I have figured it out following the instructions. Since I read various versions of staring instructions, files are kind of messed up in my machine, I just redo everything from the beginning and then it works. I really appreciate your help! Be

[PATCH v2] covoar: fix the extension mismatch in trace file

2018-05-12 Thread thelunatic
- read the trace files with .exe.cov extention --- tester/covoar/covoar.cc | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc index 5bed98f..f03edc7 100644 --- a/tester/covoar/covoar.cc +++ b/tester/covoar/covoar.cc @@ -317,11

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

2018-05-12 Thread Chris Johns
On 13/5/18 7:14 am, Vijay Kumar Banerjee wrote: > > On 11 May 2018 at 11:50, Cillian O'Donnell > wrote: > > At the moment when the tester runs covoar the error messages generated > are a > clear indicator of what is wrong, so task list is dictated by what t

Re: [PATCH] covoar: fixing the extension mismatch in trace file

2018-05-12 Thread Chris Johns
Sorry for the post in the other thread. I did not see this one. On 13/5/18 9:28 am, Joel Sherrill wrote: > > > On Sat, May 12, 2018 at 2:42 PM, thelunatic > wrote: > > --- > > > Every patch needs an explanation/log message.  Look back through  > "git log"

Re: [PATCH v2] covoar: fix the extension mismatch in trace file

2018-05-12 Thread Chris Johns
On 13/5/18 3:38 pm, thelunatic wrote: > - read the trace files with .exe.cov extention > --- > tester/covoar/covoar.cc | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc > index 5bed98f..f03edc7 100644 > --- a/tester/cov

Re: [PATCH] covoar: fixing the extension mismatch in trace file

2018-05-12 Thread Vijay Kumar Banerjee
On Sun, 13 May 2018, 10:09 Chris Johns, wrote: > Sorry for the post in the other thread. I did not see this one. > > On 13/5/18 9:28 am, Joel Sherrill wrote: > > > > > > On Sat, May 12, 2018 at 2:42 PM, thelunatic > > wrote: > > > > --- > > > > > > Every patc

Re: [PATCH] covoar: fixing the extension mismatch in trace file

2018-05-12 Thread Chris Johns
On 13/5/18 4:44 pm, Vijay Kumar Banerjee wrote: > On Sun, 13 May 2018, 10:09 Chris Johns, > wrote: > > > >        Coverage::CoverageFormats_t   coverageFormat = > >     Coverage::COVERAGE_FORMAT_QEMU; > >        Coverage::CoverageReaderBase* coverageReader

Re: [PATCH] covoar: fixing the extension mismatch in trace file

2018-05-12 Thread Vijay Kumar Banerjee
On 13 May 2018 at 10:50, Chris Johns wrote: > On 13/5/18 4:44 pm, Vijay Kumar Banerjee wrote: > > On Sun, 13 May 2018, 10:09 Chris Johns, > > wrote: > > > > > >Coverage::CoverageFormats_t coverageFormat = > > > Coverage::COVERAGE_FORMAT_QEMU; >