<html>
<head>
<meta content="text/html; charset=ISO-8859-2"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
On 08/13/2012 02:46 PM, Krzysztof Mięsowicz wrote:
<blockquote
cite="mid:CANNpagorcx2vfupvbEcr=C=vh7TEUEFFu-wKoyg-YGzdx7YcrQ@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-2">
It seemed to start working, but despite it executed all tests and
created *.exe.cov files, covoar failed again. This time new
problem apeared. This time I invoked do_coverage scripts when i
was in rtems-4.11-work directory (top of rtems tree). <br>
<br>
<div>rtems-testing/rtems-coverage/do_coverage -A -v -u -D -P -c -b
-B pc386</div>
<div><br>
</div>
<div>(I didn't want to update, build and configure rtems as I had
done it earlier. I also didn't want to analyze developmental
profile)</div>
<div><br>
</div>
<div>After executing all tests (118 minutes :D ) I got this
output:</div>
<div><br>
</div>
<div>
<div>Generating reports...</div>
<div>Processing coverage for core source configuration ...</div>
<div>Generating symbols from score/libscore.a</div>
<div>Generating symbols from sapi/libsapi.a</div>
<div>Generating symbols from rtems/librtems.a</div>
<div>sh: dos2unix: command not found</div>
<div>ERROR: DesiredSymbols::determineSourceLines - command
(i386-rtems4.11-addr2line -Ce base_sp.exe <ranges1.tmp |
dos2unix >ranges2.tmp) failed</div>
<div>FAILED: covoar failed</div>
</div>
<div><br>
</div>
</blockquote>
Do you have dos2unix installed? <br>
<br>
If this is the cause, then it is probably worth adding code to the
simulator shell <br>
script to detect a missing dos2unix just like it detects qemu is
missing. <br>
<br>
Can you run the simple "pc386 -c hello.exe" and see what the output
is?<br>
<br>
Worst case, run "sh -x pc386 -c hello.exe" and watch precisely where
it is going astray.<br>
<br>
<br>
<pre class="moz-signature" cols="72">--
Joel Sherrill, Ph.D. Director of Research& Development
<a class="moz-txt-link-abbreviated" href="mailto:joel.sherrill@OARcorp.com">joel.sherrill@OARcorp.com</a> On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985
</pre>
</body>
</html>