<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On 6 May 2018 at 03:05, Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><span class="gmail-"><div></div><div><br></div><div>On 6 May 2018, at 7:04 am, Vijay Kumar Banerjee <<a href="mailto:vijaykumar9597@gmail.com" target="_blank">vijaykumar9597@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On 6 May 2018 at 02:25, Cillian O'Donnell <span dir="ltr"><<a href="mailto:cpodonnell8@gmail.com" target="_blank">cpodonnell8@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>On 5 May 2018 at 21:12, Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span><br>
<br>
> On 6 May 2018, at 2:44 am, Joel Sherrill <<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>> wrote:<br>
> <br>
> Looks similar to Cillian's failure. Chris will have to show me where libdwarf comes from. It needs to be supplied with RTEMS tools for consistency.<br>
<br>
</span>You need to apply the patches against master. I added libdwarf to master the other day. <br></blockquote><div><br></div></span><div>That is applied to current master. I can see that libdwarf patch in the log but it still has that </div></div></div></div></blockquote><div>same here.</div></div></div></div></div></blockquote><div><br></div></span><div>Thank you for the fast response. </div><div><br></div><div>Do you think a host version is being picked up before the rtemtoolkit one?</div><div><br></div><div>Could you please check covoar’s wscript has the libdwarf path added?</div><div><br></div></div></blockquote><div>the path to elftoolchain/libdwarf is not added in covoar </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div></div><div>Also check waf with -v. </div></div></blockquote><div> after adding the path it gives the following error with -v </div><div><br></div><div>--</div><div><div>Waf: Entering directory `/home/lunatic/development/rtems/test/rtems-tools/build'</div><div>[227/229] Linking build/tester/covoar/trace-converter</div><div>03:22:35 runner ['/usr/bin/g++', 'tester/covoar/TraceConverter.cc.2.o', 'tester/covoar/TraceList.cc.2.o', 'tester/covoar/TraceReaderBase.cc.2.o', 'tester/covoar/TraceReaderLogQEMU.cc.2.o', 'tester/covoar/TraceWriterBase.cc.2.o', 'tester/covoar/TraceWriterQEMU.cc.2.o', '-o/home/lunatic/development/rtems/test/rtems-tools/build/tester/covoar/trace-converter', '-Wl,-Bstatic', '-Ltester/covoar', '-Lrtemstoolkit', '-lccovoar', '-lrld', '-ldwarf', '-lelf', '-liberty', '-Wl,-Bdynamic']</div><div>[229/229] Linking build/tester/covoar/covoar</div><div>03:22:35 runner ['/usr/bin/g++', 'tester/covoar/covoar.cc.3.o', '-o/home/lunatic/development/rtems/test/rtems-tools/build/tester/covoar/covoar', '-Wl,-Bstatic', '-Ltester/covoar', '-Lrtemstoolkit', '-lccovoar', '-lrld', '-ldwarf', '-lelf', '-liberty', '-Wl,-Bdynamic']</div><div>tester/covoar/libccovoar.a(DesiredSymbols.cc.1.o): In function `Coverage::DesiredSymbols::determineSourceLines(Coverage::CoverageRanges*, Coverage::ExecutableInfo*)':</div><div>/home/lunatic/development/rtems/test/rtems-tools/build/../tester/covoar/DesiredSymbols.cc:413: undefined reference to `rld::path::__xpg_basename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'</div><div>/home/lunatic/development/rtems/test/rtems-tools/build/../tester/covoar/DesiredSymbols.cc:415: undefined reference to `rld::path::__xpg_basename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'</div><div>collect2: error: ld returned 1 exit status</div><div><br></div><div>tester/covoar/libccovoar.a(DesiredSymbols.cc.1.o): In function `Coverage::DesiredSymbols::determineSourceLines(Coverage::CoverageRanges*, Coverage::ExecutableInfo*)':</div><div>/home/lunatic/development/rtems/test/rtems-tools/build/../tester/covoar/DesiredSymbols.cc:413: undefined reference to `rld::path::__xpg_basename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'</div><div>/home/lunatic/development/rtems/test/rtems-tools/build/../tester/covoar/DesiredSymbols.cc:415: undefined reference to `rld::path::__xpg_basename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'</div><div>collect2: error: ld returned 1 exit status</div><div><br></div><div>Waf: Leaving directory `/home/lunatic/development/rtems/test/rtems-tools/build'</div><div>Build failed</div><div> -> task in 'trace-converter' failed with exit status 1: </div><div><span style="white-space:pre">  </span>{task 140105518570544: cxxprogram TraceConverter.cc.2.o,TraceList.cc.2.o,TraceReaderBase.cc.2.o,TraceReaderLogQEMU.cc.2.o,TraceWriterBase.cc.2.o,TraceWriterQEMU.cc.2.o -> trace-converter}</div><div>['/usr/bin/g++', 'tester/covoar/TraceConverter.cc.2.o', 'tester/covoar/TraceList.cc.2.o', 'tester/covoar/TraceReaderBase.cc.2.o', 'tester/covoar/TraceReaderLogQEMU.cc.2.o', 'tester/covoar/TraceWriterBase.cc.2.o', 'tester/covoar/TraceWriterQEMU.cc.2.o', '-o/home/lunatic/development/rtems/test/rtems-tools/build/tester/covoar/trace-converter', '-Wl,-Bstatic', '-Ltester/covoar', '-Lrtemstoolkit', '-lccovoar', '-lrld', '-ldwarf', '-lelf', '-liberty', '-Wl,-Bdynamic']</div><div> -> task in 'covoar' failed with exit status 1: </div><div><span style="white-space:pre">   </span>{task 140105518570784: cxxprogram covoar.cc.3.o -> covoar}</div><div>['/usr/bin/g++', 'tester/covoar/covoar.cc.3.o', '-o/home/lunatic/development/rtems/test/rtems-tools/build/tester/covoar/covoar', '-Wl,-Bstatic', '-Ltester/covoar', '-Lrtemstoolkit', '-lccovoar', '-lrld', '-ldwarf', '-lelf', '-liberty', '-Wl,-Bdynamic']</div></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div><br></div><div>Thanks </div><span class="gmail-HOEnZb"><font color="#888888"><div>Chris </div></font></span></div></blockquote></div><br></div></div>