coverage : not getting coverage for leon3-sis-cov

2019-01-31 Thread Vijay Kumar Banerjee
Hi, I'm attempting to run covoar for leon3-sis-cov with the following commands. === $HOME/development/rtems/rtems-tools/tester/rtems-test \ --rtems-tools=$HOME/development/rtems/5 \ --rtems-bsp=leon3-sis-cov \ sparc-rtems5/c/leon3/testsuites/samples

[PATCH] Add rtems_board_support_package()

2019-01-31 Thread Sebastian Huber
--- bsps/shared/rtems-version.c | 6 ++ cpukit/include/rtems/version.h| 7 +++ testsuites/sptests/spversion01/init.c | 1 + 3 files changed, 14 insertions(+) diff --git a/bsps/shared/rtems-version.c b/bsps/shared/rtems-version.c index 16f74070bc..99b98966e6 100644 ---

How can I check if a function exists in waf?

2019-01-31 Thread Sebastian Huber
Hello, how can I check if a function exists in waf (similar to AC_CHECK_FUNC)? Currently, we get this output from the RTEMS tools waf configure (please note the "Invalid argument 'function_name' in test"): ./waf configure Setting top to   : /scratch/git-rtems-tools

Re: [PATCH v2] rtems-record: New program

2019-01-31 Thread Chris Johns
On 31/1/19 5:36 pm, Sebastian Huber wrote: > On 30/01/2019 22:11, Chris Johns wrote: >> On 30/1/19 9:31 pm, Sebastian Huber wrote: >>> Update #3665. >>> --- >>>   misc/record/record-client.c  |  448 ++ >> What about placing this in: >> >>   trace/record-client.c >> >> ? >> >> For

[PATCH] fs: Add struct dirent::d_type support

2019-01-31 Thread Sebastian Huber
--- cpukit/libfs/src/dosfs/msdos_dir.c| 11 cpukit/libfs/src/imfs/imfs_dir_default.c | 3 ++ cpukit/libfs/src/jffs2/include/linux/fs.h | 5 ++ cpukit/libfs/src/jffs2/src/fs-rtems.c | 11 ++-- cpukit/libfs/src/nfsclient/src/nfs.c | 3 ++