Re: Using rtl-host in covor - some questions

2014-08-26 Thread Chris Johns
On 27/08/2014 5:07 am, Joel Sherrill wrote: Chris.. ping? I am looking at this. It will take some time to sort out. I suggest changes be committed to covoar assuming the current rtl-host code and if someone needs to built it they copy the code in. I can clean up the building as I sort out th

Re: Using rtl-host in covor - some questions

2014-08-26 Thread Joel Sherrill
Chris.. ping? Do we need to remove things from rtems-testing since the official version is not in rtems-tools? And what about the rtl-host build dependency? Is it time to move it as well? On 8/25/2014 6:17 AM, Krzysztof Mięsowicz wrote: > > > > 2014-08-24 5:32 GMT+02:00 Chris Johns

Re: Using rtl-host in covor - some questions

2014-08-25 Thread Krzysztof Mięsowicz
2014-08-24 5:32 GMT+02:00 Chris Johns : > On 23/08/2014 2:54 pm, Krzysztof Mięsowicz wrote: > >> >> Where should I place this image? Is there any RTEMS ftp or something >> like this where could I put it, or maybe should I just push it to some >> Dropbox or sth and download it with RSB? >> >> > The

Re: Using rtl-host in covor - some questions

2014-08-23 Thread Chris Johns
On 23/08/2014 2:54 pm, Krzysztof Mięsowicz wrote: >>> There is still one problem waiting for decision :-) What with rtems >>> grub boot img for qemu? How should we integrate it into rtems-tools? >>> >> Chris? > Ah yes. I think we should download an image from a know s

Re: Using rtl-host in covor - some questions

2014-08-22 Thread Krzysztof Mięsowicz
Hi, thanks for all your replies. 2014-08-14 15:38 GMT+02:00 Joel Sherrill : > > On 8/13/2014 10:13 PM, Chris Johns wrote: > > On 14/08/2014 7:34 am, Joel Sherrill wrote: > >> The other part is in covoar itself. As it processes each exe and builds > >> the internal > >> database of information, it

Re: Using rtl-host in covor - some questions

2014-08-14 Thread Joel Sherrill
On 8/13/2014 10:13 PM, Chris Johns wrote: > On 14/08/2014 7:34 am, Joel Sherrill wrote: >> On 8/13/2014 3:49 PM, Krzysztof Mięsowicz wrote: >>> Hi, >>> >>> Thanks for your replies :-) I didn't see librld.a because I had old >>> version of repo and after updating it appears :-) >>> >>> I think for

Re: Using rtl-host in covor - some questions

2014-08-14 Thread Gedare Bloom
On Wed, Aug 13, 2014 at 11:17 PM, Chris Johns wrote: > On 14/08/2014 6:58 am, Gedare Bloom wrote: >> >> We need to decide if we want 1 repo per "tool" or a consolidated tools >> repo. My opinion is to add the rtl-host and rtems-coverage as >> git-submodules within another repo the project manages

Re: Using rtl-host in covor - some questions

2014-08-13 Thread Chris Johns
On 14/08/2014 6:58 am, Gedare Bloom wrote: We need to decide if we want 1 repo per "tool" or a consolidated tools repo. My opinion is to add the rtl-host and rtems-coverage as git-submodules within another repo the project manages as project tools. My $.02 Otherwise, you should add rtl-host as a

Re: Using rtl-host in covor - some questions

2014-08-13 Thread Chris Johns
On 14/08/2014 6:48 am, Joel Sherrill wrote: On 8/13/2014 3:28 PM, Chris Johns wrote: Hi, Sorry about not responding before now. It had dropped of my list and I had forgotten about it. On 12/08/2014 9:58 pm, Krzysztof Mięsowicz wrote: Hi, I'm currently working on adding symbol generation to

Re: Using rtl-host in covor - some questions

2014-08-13 Thread Chris Johns
On 14/08/2014 7:34 am, Joel Sherrill wrote: On 8/13/2014 3:49 PM, Krzysztof Mięsowicz wrote: Hi, Thanks for your replies :-) I didn't see librld.a because I had old version of repo and after updating it appears :-) I think for now it would be better to get everything integrated with old "nm-b

Re: Using rtl-host in covor - some questions

2014-08-13 Thread Joel Sherrill
On 8/13/2014 3:49 PM, Krzysztof Mięsowicz wrote: > Hi, > > Thanks for your replies :-) I didn't see librld.a because I had old > version of repo and after updating it appears :-) > > I think for now it would be better to get everything integrated with > old "nm-based" approach. I had it working

Re: Using rtl-host in covor - some questions

2014-08-13 Thread Gedare Bloom
On Wed, Aug 13, 2014 at 4:48 PM, Joel Sherrill wrote: > > On 8/13/2014 3:28 PM, Chris Johns wrote: >> Hi, >> >> Sorry about not responding before now. It had dropped of my list and I >> had forgotten about it. >> >> On 12/08/2014 9:58 pm, Krzysztof Mięsowicz wrote: >>> Hi, >>> >>> I'm currently wo

Re: Using rtl-host in covor - some questions

2014-08-13 Thread Krzysztof Mięsowicz
Hi, Thanks for your replies :-) I didn't see librld.a because I had old version of repo and after updating it appears :-) I think for now it would be better to get everything integrated with old "nm-based" approach. I had it working as a separate module, now I will integrate it into covoar. I thi

Re: Using rtl-host in covor - some questions

2014-08-13 Thread Joel Sherrill
On 8/13/2014 3:28 PM, Chris Johns wrote: > Hi, > > Sorry about not responding before now. It had dropped of my list and I > had forgotten about it. > > On 12/08/2014 9:58 pm, Krzysztof Mięsowicz wrote: >> Hi, >> >> I'm currently working on adding symbol generation to covoar. I'm going >> to use r

Re: Using rtl-host in covor - some questions

2014-08-13 Thread Chris Johns
On 13/08/2014 7:03 pm, Krzysztof Mięsowicz wrote: Hi, I think we have small misunderstanding here :-) I'm currently trying to move symbol generation to covoar - previously symbol list was generated in shell script do_coverage.sh and passed to covoar in configuration file or as a command line arg

Re: Using rtl-host in covor - some questions

2014-08-13 Thread Chris Johns
Hi, Sorry about not responding before now. It had dropped of my list and I had forgotten about it. On 12/08/2014 9:58 pm, Krzysztof Mięsowicz wrote: Hi, I'm currently working on adding symbol generation to covoar. I'm going to use rtl::process::execute function to run nm from covoar (as sugg

Re: Using rtl-host in covor - some questions

2014-08-13 Thread Krzysztof Mięsowicz
Hi, I think we have small misunderstanding here :-) I'm currently trying to move symbol generation to covoar - previously symbol list was generated in shell script do_coverage.sh and passed to covoar in configuration file or as a command line argument. What we want now is to allow covoar to genera

Re: Using rtl-host in covor - some questions

2014-08-12 Thread Joel Sherrill
On 8/12/2014 6:58 AM, Krzysztof Mięsowicz wrote: > Hi, > > I'm currently working on adding symbol generation to covoar. I'm going > to use rtl::process::execute function to run nm from covoar (as > suggested by Chris). I do not know exactly how should I use this in > covoar. Should I build rtl-hos

Using rtl-host in covor - some questions

2014-08-12 Thread Krzysztof Mięsowicz
Hi, I'm currently working on adding symbol generation to covoar. I'm going to use rtl::process::execute function to run nm from covoar (as suggested by Chris). I do not know exactly how should I use this in covoar. Should I build rtl-host as a library and link it to covoar? Or maybe there is anoth