Hello, . I have successfully build RTEMS for SPARC erc32, and have run the testsuites, before. This time I have build RTEMS for ARM xilinx_zynq_a9_qemu But when I try to run the hello world example, it gives me following error: . $ arm-rtems5-gdb ~/development/rtems/kernel/xilinx_zynq_a9_qemu/arm-rtems5/c/xilinx_zynq_a9_qemu/testsuites/samples/hello.exe
GNU gdb (GDB) 8.2.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html > This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "--host=x86_64-linux-gnu --target=arm-rtems5". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /home/varodek/development/rtems/kernel/xilinx_zynq_a9_qemu/arm-rtems5/c/xilinx_zynq_a9_qemu/testsuites/samples/hello.exe...done. (gdb) tar sim Connected to the simulator. (gdb) load Loading section .start, size 0xad0 lma 0x0 Loading section .text, size 0x1a5f8 lma 0xb00 Loading section .init, size 0xc lma 0x1b0f8 Loading section .fini, size 0xc lma 0x1b104 Loading section .rodata, size 0x1694 lma 0x1b110 Loading section .ARM.exidx, size 0x8 lma 0x1c7a4 Loading section .eh_frame, size 0x4 lma 0x1c7ac Loading section .init_array, size 0x4 lma 0x1c7b0 Loading section .fini_array, size 0x4 lma 0x1c7b4 Loading section .rtemsroset, size 0x38 lma 0x1c7b8 Loading section .data, size 0x66c lma 0x101000 Start address 0x40 Transfer rate: 946528 bits in <1 sec. (gdb) r Starting program: /home/varodek/development/rtems/kernel/xilinx_zynq_a9_qemu/arm-rtems5/c/xilinx_zynq_a9_qemu/testsuites/samples/hello.exe Unknown machine type '19'; please update sim_create_inferior. [Inferior 1 (process 42000) exited with code 060] . . I am not able to analyze the problem, why is it showing Unknown machine type? The test runs were successful for SPARC. . Thank You Vaibhav Gupta
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel