<div dir="ltr"><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, 25 Nov 2018 at 02:42, Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 24/11/18 6:55 pm, Vijay Kumar Banerjee wrote:<br>
> <br>
>     OK, we just need a patch. :)<br>
> <br>
> this worked<br>
> ========================<br>
> diff --git a/tester/covoar/wscript b/tester/covoar/wscript<br>
> index d447117..bf70bfb 100644<br>
> --- a/tester/covoar/wscript<br>
> +++ b/tester/covoar/wscript<br>
> @@ -125,6 +125,7 @@ def build(bld):<br>
>      bld.program(target = 'covoar',<br>
>                  source = ['covoar.cc'],<br>
>                  use = ['ccovoar'] + modules,<br>
> +                install_path = bld.srcnode.abspath() + '/tester/bin',<br>
>                  cflags = ['-O2', '-g'],<br>
>                  cxxflags = ['-std=c++11', '-O2', '-g'],<br>
>                  includes = ['.'] + rtl_includes)<br>
> <br>
> ======================== <br>
> <br>
> since there's a bin folder being created as a result, do we include bin in<br>
> .gitignore ?<br>
> <br>
<br>
No please do not add and this is the wrong spot to install too. Installing is to<br>
under the prefix passed on the waf's configure command line and not the source<br>
directory.<br>
<br>
The spot to change is here:<br>
<br>
 <a href="https://git.rtems.org/rtems-tools/tree/tester/rt/coverage.py#n303" rel="noreferrer" target="_blank">https://git.rtems.org/rtems-tools/tree/tester/rt/coverage.py#n303</a><br>
<br>
and in the wscript using something like:<br>
<br>
 install_path = '${PREFIX}/share/rtems/tester/bin'<br>
<br></blockquote><div>Understood.</div><div>Thanks for the clarification. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Chris<br>
</blockquote></div></div>