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
/home/lunatic/development/rt
---
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
--- a/
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
Set
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 im
---
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 ++
testsuites/fstests/fsscandir01/init