<div dir="ltr"><div>Yup that did the trick. Thanks!</div><div><br></div><div>Regards,</div><div>Niko<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Aug 27, 2018 at 8:35 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Nicolas,<br>
<br>
I tried it on a VM with the steps below and can reproduce your problem. <br>
The waf configure checks a header file:<br>
<br>
Configure variant:                          : sparc-rtems5-gr740-default<br>
Checking for header rtems/rtems-debugger.h  : yes<br>
'configure' finished successfully (0.953s)<br>
<br>
This is later used in:<br>
<br>
         self.addTest(mm.generator['test-if-header']('debugger01', <br>
'rtems/rtems-debugger.h',<br>
                                                     ['test_main'], <br>
runTest = False, netTest = True,<br>
                                                     extraLibs = <br>
['debugger']))<br>
<br>
I have no idea why this works on my main development machine. We should <br>
check that the libdebugger.a is present and not the header file. For <br>
now, please remove the lines above from libbsd.py.<br>
<br>
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : +49 89 189 47 41-16<br>
Fax     : +49 89 189 47 41-09<br>
E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
<br>
</blockquote></div>