[RTEMS Project] #3789: TMS570 applciation build error
RTEMS trac
trac at rtems.org
Mon Aug 26 05:57:35 UTC 2019
#3789: TMS570 applciation build error
----------------------------+------------------------------
Reporter: Andreas Werner | Owner: Sebastian Huber
Type: defect | Status: accepted
Priority: normal | Milestone: 5.1
Component: arch/arm | Version: 5
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
----------------------------+------------------------------
Changes (by Sebastian Huber):
* owner: (none) => Sebastian Huber
* status: new => accepted
* component: bsps => arch/arm
* milestone: => 5.1
Comment:
The problem is triggered by the TMS570_USE_HWINIT_STARTUP=1 BSP option. In
bspstarthooks-hwinit.c we have:
{{{
#if 1
/*
* Do not depend on link register to be restored to
* correct value from stack. If TCRAM self test is enabled
* the all stack content is zeroed there.
*/
bsp_start_hook_0_done();
#endif
}}}
Leading to:
{{{
bsps/arm/tms570/start/bspstarthooks-hwinit.c:375: undefined reference to
`bsp_start_hook_0_done'
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3789#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list