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