Hello Nicolas,

I tried it on a VM with the steps below and can reproduce your problem. The waf configure checks a header file:

Configure variant:                          : sparc-rtems5-gr740-default
Checking for header rtems/rtems-debugger.h  : yes
'configure' finished successfully (0.953s)

This is later used in:

        self.addTest(mm.generator['test-if-header']('debugger01', 'rtems/rtems-debugger.h',                                                     ['test_main'], runTest = False, netTest = True,                                                     extraLibs = ['debugger']))

I have no idea why this works on my main development machine. We should check that the libdebugger.a is present and not the header file. For now, please remove the lines above from libbsd.py.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to