<div dir="ltr">Hi,<br><br><div>I have been working on getting the console running for the past few days but I am still getting some errors.<br>I realized that the system control configuration of the board family (LM3S69XX) was different so I had to rewrite the bspstart.c and the lm3s69xx.h to suit the TM4C129E I am working on.<br>Presently, HelloWorld halt at "CPU_FATAL_HALT(the_source, the_error)" and I am getting RTEMS_FATAL_SOURCE_EXCEPTION in the_source and an error code. I am not sure how to debug this but reading about it.<br><br></div><div>Below is the backtrace of the error message.</div><div>Kindly assist.</div><div><br></div><div><div>^C</div><div>Program received signal SIGINT, Interrupt.</div><div>0x00004b22 in _Terminate (</div><div>    the_source=the_source@entry=RTEMS_FATAL_SOURCE_EXCEPTION, </div><div>    is_internal=is_internal@entry=false, the_error=536875064)</div><div>    at ../../../../../../../rtems.git/c/src/../../cpukit/score/src/interr.c:52</div><div>52<span class="" style="white-space:pre">        </span>  _CPU_Fatal_halt( the_source, the_error );</div><div>(gdb) bt</div><div>#0  0x00004b22 in _Terminate (</div><div>    the_source=the_source@entry=RTEMS_FATAL_SOURCE_EXCEPTION, </div><div>    is_internal=is_internal@entry=false, the_error=536875064)</div><div>    at ../../../../../../../rtems.git/c/src/../../cpukit/score/src/interr.c:52</div><div>#1  0x0000404a in rtems_fatal (</div><div>    source=source@entry=RTEMS_FATAL_SOURCE_EXCEPTION, </div><div>    error=<optimized out>)</div><div>    at ../../../../../../../rtems.git/c/src/../../cpukit/sapi/src/fatal2.c:34</div><div>#2  0x00007be2 in _ARM_Exception_default (frame=<optimized out>)</div><div>    at ../../../../../../../../../rtems.git/c/src/../../cpukit/score/cpu/arm/arm-exception-default.c:24</div><div>#3  <signal handler called></div><div>#4  0x00000080 in bsp_start_vector_table_begin ()</div><div>#5  0x00000000 in ?? ()</div><div>(gdb) </div></div><div><br></div></div>