[RTEMS Project] #4927: "Build Your Application" (Quick Start section 2.7) doesn't work
RTEMS trac
trac at rtems.org
Sat Oct 7 02:47:54 UTC 2023
#4927: "Build Your Application" (Quick Start section 2.7) doesn't work
-----------------------+---------------------
Reporter: bsterling | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: admin | Version:
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
-----------------------+---------------------
Comment (by Chris Johns):
Replying to [comment:11 John Willis]:
> Replying to [comment:10 Chris Johns]:
> > Can this now be closed given Martin's patch was pushed?
>
> I found Martin's commit. I am worried that this will cause other
problems. This is a very similar solution that I initially had, but the
following lines in `configure` in `rtems.py` worry me:
>
> {{{
> arch = _arch_from_arch_bsp(ab)
> bsp = _bsp_from_arch_bsp(ab)
>
> conf.env.ARCH_BSP = '%s/%s' % (arch.split('-')[0], bsp)
> }}}
>
> If we return `None` from `_arch_from_arch_bsp` then `arch.split('-')[0]`
will fail.
Do you have a suggestion?
--
Ticket URL: <http://devel.rtems.org/ticket/4927#comment:12>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list