[RTEMS Project] #3698: libdl failure on many PowerPC BSPs

RTEMS trac trac at rtems.org
Sat Feb 23 23:59:32 UTC 2019


#3698: libdl failure on many PowerPC BSPs
---------------------------+--------------------------
 Reporter:  Joel Sherrill  |       Owner:  Chris Johns
     Type:  defect         |      Status:  assigned
 Priority:  normal         |   Milestone:  5.1
Component:  lib/dl         |     Version:  5
 Severity:  normal         |  Resolution:
 Keywords:                 |  Blocked By:
 Blocking:                 |
---------------------------+--------------------------

Comment (by Chris Johns):

 Further investigation of the `mpc5643l_dpu` BSP I see a lot of tests are
 failing to link. I think this BSP should have all tests disabled, sorry I
 have no capacity to maintaining this stuff.

 What has changed in RTEMS to cause the tests to overflow the memory area?
 Is a bisect needed?

 I will now look at adding regx support to the `.tcfg` files so wildcards
 can be supported. To exclude all tests:
 {{{
 rexclude *
 }}}
 can be used as a simple way to disable all tests. I may consider
 `rexclude` and `rinclude` as an order set of filters so:
 {{{
 rexclude *
 rinclude samples/*
 }}}
 This syntax introduces the `/` delimiter so specific groups can be
 filtered.

--
Ticket URL: <http://devel.rtems.org/ticket/3698#comment:4>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list