[RTEMS Project] #3789: TMS570 applciation build error

RTEMS trac trac at rtems.org
Fri Aug 23 08:47:27 UTC 2019


#3789: TMS570 applciation build error
-----------------------------+--------------------
  Reporter:  Andreas Werner  |      Owner:  (none)
      Type:  defect          |     Status:  new
  Priority:  normal          |  Milestone:
 Component:  bsps            |    Version:  5
  Severity:  normal          |   Keywords:
Blocked By:                  |   Blocking:
-----------------------------+--------------------
 == expected behaviour
 Build without errors and without runtime errors

 == undesired behaviour
 bsp_start_hook_0_done is undefined
 CPACR Register is not setup


 == target hardware
 Hercules Safety MCU development Kit TMS570 MCU

 == toolchain version
 Modified GCC, binutils and gdb build script to build armeb compiler build
 with RTEMS Source Builder master(see patches for RTEMS Soucre Builder)
 I need a ARM Compiler with Big Endian Support as default for TMS570.

 == configuration options for bsp
 ../rtems/configure '--prefix=[bsp path]/bsp/armeb-rtems5' '--host=arm-
 rtems5' '--target=arm-rtems5' '--enable-posix' '--enable-rtems-debug'
 '--disable-tests' '--disable-networking' '--enable-
 rtemsbsp=tms570ls3137_hdk' 'CC_FOR_TARGET=armeb-rtems5-gcc'
 'CXX_FOR_TARGET=armeb-rtem5-gcc' 'AR=armeb-rtems5-ar'
 'TMS570_USE_HWINIT_STARTUP=1'

 Test on master commit RTEMS (4a9a58ea8ad75248af5876c01ef654f9bc59c312)

 == Bug Fix
 define simbol bsp_start_hook_0_done in start.S
 add if defined(__ARM_ARCH_7R__)
 see patches

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


More information about the bugs mailing list