<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">On Fri, 27 Apr 2018, 08:32 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 27/04/2018 17:21, Cillian O'Donnell wrote:<br>
> On Fri, 27 Apr 2018, 04:48 Chris Johns, <<a href="mailto:chrisj@rtems.org" target="_blank" rel="noreferrer">chrisj@rtems.org</a><br>
> <mailto:<a href="mailto:chrisj@rtems.org" target="_blank" rel="noreferrer">chrisj@rtems.org</a>>> wrote:<br>
> <br>
>     On 27/04/2018 08:51, Joel Sherrill wrote:<br>
>     ><br>
>     >        // Create the set of desired symbols.<br>
>     >        SymbolsToAnalyze = new Coverage::DesiredSymbols();<br>
>     >     -  SymbolsToAnalyze->load( symbolsFile );<br>
>     ><br>
>     ><br>
>     > I am having trouble seeing what happened to the DesiredSymbols class. Is<br>
>     > it no longer needed?<br>
> <br>
> <br>
> It's still being used as before, the decision has just been split from did you<br>
> provided the symbols file or are you using symbol_set.cfg file. DesiredSymbols<br>
> is definitely still being used. I'm looking on my phone  so maybe missing<br>
> something that would be clearer not on a phone.<br>
<br>
I have renamed a few files, for example ..<br>
<br>
 tester/rtems/testing/coverage/symbol_sets.cfg -><br>
tester/rtems/testing/coverage/score-symbols.ini<br>
<br>
and that file now contains:<br>
<br>
[symbol-sets]<br>
sets = score<br>
<br>
[score]<br>
libraries=@BUILD-PREFIX@/c/@BSP@/cpukit/score/libscore.a<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Fantastic, that solves the build path problem. Thanks.</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I have added code to get the build path, BUILD-PREFIX and BSP from the<br>
executable's path and check each executable is from the same build tree.<br>
<br>
I may check these against the RLD's automatically detected values after loading<br>
the libraries.<br>
<br>
I have add the code to load the libraries and the required symbols.<br>
<br>
This means some of the code to read the sets and then load the libraries and<br>
create a symbol file can be removed.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Ah ok, yes I see.</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I have not attempted to build to the code and will do this over the weekend or<br>
next week.<br>
<br>
> Just to update, I didn't get time to look at the rsb build yesterday so it'll<br>
> have to be tonight. Sorry for the delay, my new job keeps me very busy during<br>
> the week, long commutes too.<br>
<br>
No problem, when you can.<br>
<br>
Thank you.<br>
Chris<br>
</blockquote></div></div></div>