<div dir="ltr">Thank you very much!  Appreciate it.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 25, 2020 at 4:47 AM Cláudio Maia <<a href="mailto:clrrm@isep.ipp.pt">clrrm@isep.ipp.pt</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi John,<br>
<br>
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.<br>
<br>
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/"):<br>
<br>
$ ../source-builder/sb-set-builder --prefix=$RTEMS/5 5/rtems-arm<br>
<br>
You can add the toolchain binaries to the path by typing the following in the shell: <br>
<br>
$ export PATH=$RTEMS/5/bin:$PATH  <br>
<br>
After that you should be able to use "rtems-test" and all the other binaries in "$RTEMS/5/bin".<br>
<br>
Hope this helps.<br>
<br>
Regards,<br>
Cláudio <br>
<br>
On 25/02/20 06:19, John kongtcheu wrote:<br>
> Hello,<br>
> 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 <br>
> rtems-test: command not found<br>
> So I attempted running the command for rtems-tools, but then the message I received was <br>
>  ./rtems-test --lists-bsps<br>
> error: RTEMS Toolkit python wrapper not found, plrease report<br>
> 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.<br>
> I'd greatly appreciate help in this mater.<br>
> Thank you,<br>
> <br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
> <br>
</blockquote></div>