[RTEMS Project] #4071: RSB does not pass BSP options correctly.
RTEMS trac
trac at rtems.org
Sun Sep 6 22:19:37 UTC 2020
#4071: RSB does not pass BSP options correctly.
----------------------+--------------------
Reporter: kgardas | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone: 5.2
Component: admin | Version: 5
Severity: normal | Keywords:
Blocked By: | Blocking:
----------------------+--------------------
Using 5.1 RTEMS release and RSB to build the beast I've found out it's not
able to pass BSP options correctly using --with-rtems-bspopts option:
{{{
../source-builder/sb-set-builder
--prefix=$HOME/sfw/rtems/5.1-smp2-vga80x50-key-to-reset 5/bsps/pc
--with-rtems-tests --with-rtems-smp
--with-rtems-bspopts="BSP_VIDEO_80x50=1 BSP_PRESS_KEY_FOR_RESET=1"
}}}
command fails with:
{{{
Build Set: Time 0:00:28.975685
Build Set: Time 0:03:36.556012
installing: 5/bsps/pc ->
/export/home/karel/sfw/rtems/5.1-smp2-vga80x50-key-to-reset
clean staging: 5/bsps/pc
Staging Size: 4.271GB
Build Set: Time 0:24:53.756984
Build Set: BSP_PRESS_KEY_FOR_RESET=1
error: no build set file found: BSP_PRESS_KEY_FOR_RESET=1.bset
Build Set: Time 0:00:00.000420
Build FAILED
}}}
It looks like even if I use just one BSP options, it's still not passed to
the BSP, but build is built fine at least.
--
Ticket URL: <http://devel.rtems.org/ticket/4071>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list