RTEMS | cpukit/sapi/src/exinit.c: Address warning on all ARM builds (!648)

Joel Sherrill (@joel) gitlab at rtems.org
Tue Aug 5 14:54:21 UTC 2025




Joel Sherrill commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/648#note_128266


I did a couple of checks. First the objdump command in the User's Guide shows this which looks right:

```
$ arm-rtems7-objdump  -s -j .debug_gdb_scripts build/arm/xilinx_zynq_a9_qemu/testsuites/samples/iostream.exe

build/arm/xilinx_zynq_a9_qemu/testsuites/samples/iostream.exe:     file format elf32-littlearm

Contents of section .debug_gdb_scripts:
 0000 04676462 2e696e6c 696e6564 2d736372  .gdb.inlined-scr
 0010 6970740a 696d706f 72742073 79730a69  ipt.import sys.i
 0020 6d706f72 74206f73 2e706174 680a7379  mport os.path.sy
 0030 732e7061 74682e61 7070656e 64286f73  s.path.append(os
 0040 2e706174 682e6a6f 696e2867 64622e50  .path.join(gdb.P
 0050 5954484f 4e444952 2c202772 74656d73  YTHONDIR, 'rtems
 0060 2729290a 696d706f 72742072 74656d73  ')).import rtems
 0070 2e707072 696e7465 72206173 20707072  .pprinter as ppr
 0080 696e7465 720a00                      inter..    
```   

And when you start gdb with iostream.exe, it ends with this:

```
Reading symbols from build/arm/xilinx_zynq_a9_qemu/testsuites/samples/iostream.exe...
RTEMS GDB Support
(gdb) 
```
They loaded. Not sure what else to do.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/648#note_128266
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250805/4de95e61/attachment.htm>


More information about the bugs mailing list