<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi, I am trying to learn RTEMS for my graduation project. I am going to use Beagle Black in project so I changed "sparc" and "erc32" parameters into "arm" and "beagleboneblack". I successfully build RSB and Kernel but when I try to run Hello.exe with arm-rtems4.11-run or arm-rtems4.11-gdb command, I can't get the output even though there are no errors. Here is the command and output,</div><div dir="ltr">---------</div><div dir="ltr"><div dir="ltr">$ arm-rtems4.11-gdb hello.exe</div><div dir="ltr">GNU gdb (GDB) 7.9</div><div dir="ltr">Copyright (C) 2015 Free Software Foundation, Inc.</div><div dir="ltr">License GPLv3+: GNU GPL version 3 or later <<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>></div><div dir="ltr">This is free software: you are free to change and redistribute it.</div><div dir="ltr">There is NO WARRANTY, to the extent permitted by law.  Type "show copying"</div><div dir="ltr">and "show warranty" for details.</div><div dir="ltr">This GDB was configured as "--host=x86_64-linux-gnu --target=arm-rtems4.11".</div><div dir="ltr">Type "show configuration" for configuration details.</div><div dir="ltr">For bug reporting instructions, please see:</div><div dir="ltr"><<a href="http://www.gnu.org/software/gdb/bugs/">http://www.gnu.org/software/gdb/bugs/</a>>.</div><div dir="ltr">Find the GDB manual and other documentation resources online at:</div><div dir="ltr"><<a href="http://www.gnu.org/software/gdb/documentation/">http://www.gnu.org/software/gdb/documentation/</a>>.</div><div dir="ltr">For help, type "help".</div><div dir="ltr">Type "apropos word" to search for commands related to "word"...</div><div dir="ltr">Reading symbols from hello.exe...done.</div><div dir="ltr">(gdb) tar sim</div><div dir="ltr">Connected to the simulator.</div><div dir="ltr">(gdb) load</div><div dir="ltr">Loading section .start, size 0x3b0 vma 0x80000000</div><div dir="ltr">Loading section .text, size 0x1934c vma 0x800003b0</div><div dir="ltr">Loading section .init, size 0x18 vma 0x800196fc</div><div dir="ltr">Loading section .fini, size 0x18 vma 0x80019714</div><div dir="ltr">Loading section .rodata, size 0xe68 vma 0x80019730</div><div dir="ltr">Loading section .ARM.exidx, size 0x8 vma 0x8001a598</div><div dir="ltr">Loading section .eh_frame, size 0x48 vma 0x8001a5a0</div><div dir="ltr">Loading section .init_array, size 0x4 vma 0x8001a5e8</div><div dir="ltr">Loading section .fini_array, size 0x4 vma 0x8001a5ec</div><div dir="ltr">Loading section .jcr, size 0x4 vma 0x8001a5f0</div><div dir="ltr">Loading section .data, size 0x680 vma 0x80101400</div><div dir="ltr">Start address 0x80000040</div><div dir="ltr">Transfer rate: 877440 bits in <1 sec.</div><div dir="ltr">(gdb) r</div><div dir="ltr">Starting program: /home/furkan/quick-start/build/beagleboneblack/arm-rtems4.11/c/beagleboneblack/testsuites/samples/hello/hello.exe </div><div dir="ltr">[Inferior 1 (process 42000) exited normally]</div><div dir="ltr">(gdb) </div><div dir="ltr"><div>---------</div><div></div></div><div><br></div><div>Also when I try to work rtems-test command, I am getting this error.</div><div>---------</div><div></div><div> $ rtems-test<br></div><div>error: no hosts defaults found; please add</div><div><div>---------</div><div></div></div><div><div><br></div><div>I used this command for building RSB,</div><div>---------</div><div></div><div>$HOME/quick-start/src/rtems/configure \</div><div>    --prefix=$HOME/quick-start/rtems/4.11\</div><div>    --enable-maintainer-mode \</div><div>    --target=arm-rtems4.11 \</div><div>    --enable-rtemsbsp=beagleboneblack \</div><div>    --enable-tests</div><div>---------</div></div><div><br></div><div>I tried to do work with RTEMS 5 but I got similar errors. One of them was about the gdb after that I decided to turn 4.11. Where am I doing mistake? I just want to see Hello Word output in my screen. I hope I can explain myself. Please help me.</div><div>Thanks in advance.</div><div>Furkan</div><div><br></div></div></div></div></div></div></div></div></div></div></div></div></div>