Error while running rtems-test
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Sep 7 15:48:27 UTC 2020
On 07/09/2020 17:37, Richi Dubey wrote:
> My current directory is: ~/quick-start/build/b-smp-leon3$
>
> and I'm running the command:
> ~/quick-start/rtems/test/rtems-tools/tester/rtems-test \
> --log=log_leon3_sis \ --rtems-bsp=leon3-sis \
> ~/quick-start/build/b-smp-leon3/sparc-rtems5/c/leon3/testsuites
>
> which gives the following error:
>
> RTEMS Testing - Tester, 6 (b1c6a98da4a2)
> error: no executables supplied
Did you build with --enable-tests?
Are there *.exe files in ~/quick-start/build/b-smp-leon3?
If yes, then try to run it with:
cd ~/quick-start/build/b-smp-leon3
rtems-test --rtems-bsp=leon3-sis .
More information about the devel
mailing list