<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello,</div><div>I am new to developer community of RTEMS. <br></div><div>To start with, I have got RTEMS successfully built and executed hello world program, as directed on:   <a href="https://devel.rtems.org/wiki/GSoC/GettingStarted">https://devel.rtems.org/wiki/GSoC/GettingStarted</a></div><div>-</div><div>-<br></div><div>I was going through documentation and did try to execute: <br></div><div><span style="font-family:monospace,monospace">$HOME//development/rtems/kernel/erc32/sparc-rtems5/c/erc32/testsuites/samples/fileio.exe</span></div><div>-</div><div>-<br></div><div>The output is: <br></div><div><span style="font-family:monospace,monospace">[varodek@varodek samples]$ time sparc-rtems5-run fileio.exe<br><br><br>*** BEGIN OF TEST FILE I/O ***<br>*** TEST VERSION: 5.0.0.03fcbb15d24e2eec41bac9f5dee30bbf7dc888b8<br>*** TEST STATE: USER_INPUT<br>*** TEST BUILD: RTEMS_POSIX_API<br>*** TEST TOOLS: 7.4.0 20181206 (RTEMS 5, RSB c41b9d0df7e5b4a5056ca50c2534380a44e92769, Newlib 3e24fbf6f)<br>Press any key to start file I/O sample (20s remaining)<br>Press any key to start file I/O sample (19s remaining)<br>Press any key to start file I/O sample (18s remaining)<br>Press any key to start file I/O sample (17s remaining)<br>Press any key to start file I/O sample (16s remaining)<br>Press any key to start file I/O sample (15s remaining)<br>Press any key to start file I/O sample (14s remaining)<br>Press any key to start file I/O sample (13s remaining)<br>Press any key to start file I/O sample (12s remaining)<br>Press any key to start file I/O sample (11s remaining)<br>Press any key to start file I/O sample (10s remaining)<br>Press any key to start file I/O sample (9s remaining)<br>Press any key to start file I/O sample (8s remaining)<br>Press any key to start file I/O sample (7s remaining)<br>Press any key to start file I/O sample (6s remaining)<br>Press any key to start file I/O sample (5s remaining)<br>Press any key to start file I/O sample (4s remaining)<br>Press any key to start file I/O sample (3s remaining)<br>Press any key to start file I/O sample (2s remaining)<br>Press any key to start file I/O sample (1s remaining)<br><br>*** END OF TEST FILE I/O ***<br><br><br>*** FATAL ***<br>fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT)<br>fatal code: 0 (0x00000000)<br>RTEMS version: 5.0.0.03fcbb15d24e2eec41bac9f5dee30bbf7dc888b8<br>RTEMS tools: 7.4.0 20181206 (RTEMS 5, RSB c41b9d0df7e5b4a5056ca50c2534380a44e92769, Newlib 3e24fbf6f)<br>executing thread ID: 0x08a0<br>real    0m0.463s<br>user    0m0.385s</span><br>.</div><div>.</div><div>.</div><div>.</div><div>After the begin test  header, 6th line states:</div><div><span style="font-family:monospace,monospace">Press any key to start file I/O sample (20s remaining)</span></div><div>--</div><div>indicating the program should run for at least 20 secs, but it got terminated only in</div><div><span style="font-family:monospace,monospace">real    0m0.463s<br>user    0m0.385s</span></div><div><br></div><div><br></div></div></div></div></div>