RTEMS test

John kongtcheu johnkongtcheu at gmail.com
Tue Feb 25 12:32:12 UTC 2020


Thank you very much!  Appreciate it.

On Tue, Feb 25, 2020 at 4:47 AM Cláudio Maia <clrrm at isep.ipp.pt> wrote:

> Hi John,
>
> You need to add the toolchain binaries to your path in the shell in order
> for them to be found by your shell when you invoke them.
>
> Thus, after you build and install the toolchain (in this case for ARM
> architectures) with the following command (where $RTEMS is given by, for
> instance, "export RTEMS=~/rtems/"):
>
> $ ../source-builder/sb-set-builder --prefix=$RTEMS/5 5/rtems-arm
>
> You can add the toolchain binaries to the path by typing the following in
> the shell:
>
> $ export PATH=$RTEMS/5/bin:$PATH
>
> After that you should be able to use "rtems-test" and all the other
> binaries in "$RTEMS/5/bin".
>
> Hope this helps.
>
> Regards,
> Cláudio
>
> On 25/02/20 06:19, John kongtcheu wrote:
> > Hello,
> > I'm trying to run the rtems-test after closing my computer and switching
> operating systems(dual booted computer), but weirdly enough, I received the
> message
> > rtems-test: command not found
> > So I attempted running the command for rtems-tools, but then the message
> I received was
> >  ./rtems-test --lists-bsps
> > error: RTEMS Toolkit python wrapper not found, plrease report
> > Understand, I had previously been able to run the rtems-test command
> fine before, this was only after I turned off ubuntu, turned on Windows,
> and then turned off Windows and turned on ubuntu that this error occurred.
> > I'd greatly appreciate help in this mater.
> > Thank you,
> >
> > _______________________________________________
> > devel mailing list
> > devel at rtems.org
> > http://lists.rtems.org/mailman/listinfo/devel
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20200225/316429b1/attachment.html>


More information about the devel mailing list