<div dir="ltr"><div><div><div><div><div><div>Hi,<br><br></div>I am working on the GSOC coverage analysis tools project. There was some previous work done <a href="http://kmiesowicz.blogspot.ie/2014/07/preparing-environment-for-rtems.html">SOCIS 2014</a> and <a href="http://socis2015rtems.blogspot.ie/">SOCIS 2015</a>. I have just finished going through and reapplying their patches, not everything still fitted were it was supposed to. Now when I run ./waf build install<br><br>Waf: Entering directory `/home/cpod/development/rtems/test/rtems-tools/build'<br>[136/147] Compiling tester/covoar/SymbolSet.cpp<br>In file included from ../tester/covoar/SymbolSet.cpp:9:0:<br>../rtl-host/rld-process.h:175:36: error: ‘strings’ in namespace ‘rld’ does not name a type<br>       void write_lines (const rld::strings& ss);<br>                                    ^<br><br>Waf: Leaving directory `/home/cpod/development/rtems/test/rtems-tools/build'<br>Build failed<br> -> task in 'ccovoar' failed with exit status 1 (run with -v to display more information)<br><br></div><div>The line in question<br></div><div>is in <br> namespace rld<br> 33 {<br> 34   namespace process<br> 35   {<br>          ...<br> 175   void write_lines (const rld::strings& ss);<br><br></div><div>There's no other reference to rld::strings in rld-process.h.<br></div><div><br></div><div><br></div>In rld.h there is <br><br>const strings split (strings&           se,<br>165                        const std::string& s,<br>166                        char               delimiter = ' ',<br>167                        bool               strip_quotes = true,<br>168                        bool               strip_whitespace = true,<br>169                        bool               empty = false);<br>170 <br>171   /**<br>172    * Join the strings together with the separator.<br>173    */<br>174   const std::string join (const strings& ss, const std::string& separator);<br><br></div>If 'const string split' counts as the definition it seems to match and the usage in a similar way at the bottom 'const strings& ss', I'm not really sure where to go with this, any ideas what I should take a look at next?<br><br></div>The current state of my rtems-tools branch is at <a href="https://github.com/cillianodonnell/rtems-coverage-analysis-tools">github-link</a>.<br><br></div>Thanks,<br><br></div>Cillian.<br></div>