[RTEMS Project] #3878: rtems06: All BSPs Fail to build with BSP Builder on rtems 6

RTEMS trac trac at rtems.org
Thu Feb 20 14:12:10 UTC 2020


#3878: rtems06: All BSPs Fail to build with BSP Builder on rtems 6
----------------------------+----------------------
  Reporter:  Joel Sherrill  |      Owner:  (none)
      Type:  defect         |     Status:  assigned
  Priority:  normal         |  Milestone:  6.1
 Component:  rtems          |    Version:  6
  Severity:  normal         |   Keywords:
Blocked By:                 |   Blocking:
----------------------------+----------------------
 I think there are a couple of places in an rtems6 build of RTEMS itself
 where rtems5 is being used from some hard-coded. Not sure what's up but
 here's the message to the build@ list.

 https://lists.rtems.org/pipermail/build/2020-February/010431.html

 From the post above, you only see that all failed. Looking at the build
 log from a single BSP, I see is early which doesn't cause a visible
 failure

 gmake[4]: Entering directory `/home/joel/rtems-cron-6/b-jmr3904/mips-
 rtems6/c/jmr3904/make'
 sed \
 -e "s|[@]prefix[@]|/home/joel/rtems-cron-6/tools/6/bsp-install|" \
 -e "s|[@]exec_prefix[@]|/home/joel/rtems-cron-6/tools/6/bsp-install/mips-
 rtems6|" \
 -e "s|[@]pkgdatadir[@]|/home/joel/rtems-cron-6/tools/6/bsp-
 install/share/rtems5|" \

 and this one which is error inducing.

 : error trying to exec 'mips-rtems5-gcc': execvp: No such file or
 directory
 error: compiling wrapper: Compiler error
 gmake[5]: *** [dl08-sym.o] Error 10

 The first looks like a typo that isn't breaking anything but needs to be
 fixed.

 The latter is some issue during the dl tests using rtems5 or it is hard-
 coded in a tool somewhere.

--
Ticket URL: <http://devel.rtems.org/ticket/3878>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list