<div>hi, guys, how to debug this case<br></div><div><br></div><div><br></div><div>Loading section .init, size 0xc vma 0x125ec<br>Loading section .fini, size 0xc vma 0x125f8<br>Loading section .rodata, size 0x16b8 vma 0x12608<br>Loading section .ARM.exidx, size 0x8 vma 0x13cc0<br>Loading section .eh_frame, size 0x3c vma 0x13cc8<br>Loading section .init_array, size 0x4 vma 0x13d04<br>Loading section .fini_array, size 0x4 vma 0x13d08<br>Loading section .jcr, size 0x4 vma 0x13d0c<br>Loading section .data, size 0x6ac vma 0x20001188<br>Start address 0x189<br>Transfer rate: 662944 bits in <1 sec.<br>(gdb) info b<br>No breakpoints or watchpoints.<br>(gdb) b Init<br>Breakpoint 1 at 0x3cc: file ../../../../../../../rtems-4.11.3/c/src/../../testsuites/samples/hello/init.c, line 168.<br>(gdb) run<br>Starting program: /home/cheng/stm32f4/arm-rtems4.11/c/stm32f4/testsuites/samples/hello/hello.exe <br>[Inferior 1 (process 42000) exited normally]</div><div>(gdb) n<br>The program is not being run.<br><br></div>