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