<div dir="ltr"><div dir="ltr">Thank you :)<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 13, 2021 at 12:45 AM Jan Sommer <<a href="mailto:soja-lists@aries.uberspace.de">soja-lists@aries.uberspace.de</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"><u></u>
<div style="font-family:"Noto Sans";font-size:10pt;font-weight:400;font-style:normal">
<p style="margin:0px;text-indent:0px">Am Sonntag, 13. Juni 2021, 01:06:02 CEST schrieb Ida Delphine:</p>
<p style="margin:0px;text-indent:0px">> Hello,</p>
<p style="margin:0px;text-indent:0px">> I've spent all week trying to build this application and figure out what I</p>
<p style="margin:0px;text-indent:0px">> am missing, I carefully followed the steps in the quickstart guide</p>
<p style="margin:0px;text-indent:0px">> repeatedly but I keep running into the same error. Some time ago, I built</p>
<p style="margin:0px;text-indent:0px">> an application as part of my GSoC proof I can work with RTEMS and it</p>
<p style="margin:0px;text-indent:0px">> worked. Even when I run</p>
<p style="margin:0px;text-indent:0px">> </p>
<p style="margin:0px;text-indent:0px">> > find build -name hello.exe</p>
<p style="margin:0px;text-indent:0px">> ></p>
<p style="margin:0px;text-indent:0px">> It tells me the file hello.exe is present. </p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">Yes, it tells that the file is located in <span style="font-family:"SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace";font-size:12px;color:rgb(0,0,0)">build/sparc-rtems6-erc32/hello.exe</span></p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">> If the problem is I probably</p>
<p style="margin:0px;text-indent:0px">> have a missing "6" somewhere that means the documentation is missing</p>
<p style="margin:0px;text-indent:0px">> something. </p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">Yes, there seems to be a typo in the documentation.</p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">> Here is the screenshot of what I get. If anybody has recently</p>
<p style="margin:0px;text-indent:0px">> done this successfully with the most recent changes I will really</p>
<p style="margin:0px;text-indent:0px">> appreciate some help. Been this stuck for a while...</p>
<p style="margin:0px;text-indent:0px">> [image: Screenshot from 2021-06-12 17-10-34.png]</p>
<p style="margin:0px;text-indent:0px">> </p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">This command from the quick start guide essentially tells to run the hello.exe.</p>
<p style="margin:0px;text-indent:0px"><span style="font-family:"SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace";font-size:12px;color:rgb(0,0,0)">$HOME/quick-start/rtems/6/bin/rtems-run --rtems-bsps=erc32-sis build/sparc-rtems-erc32/hello.exe</span></p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">As you can see from the above find command the hello.exe is located in</p>
<p style="margin:0px;text-indent:0px"><span style="font-family:"SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace";font-size:12px;color:rgb(0,0,0)">build/sparc-rtems6-erc32/hello.exe, but rtems-run is told that the file is in build/sparc-rtems-erc32/hello.exe (notice the missing "6" after "rtems")</span></p>
<p style="margin:0px;text-indent:0px"> I really missed this...<br></p>
<p style="margin:0px;text-indent:0px"><span style="font-family:"SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace";font-size:12px;color:rgb(0,0,0)">Please try to run </span></p>
<p style="margin:0px;text-indent:0px"><span style="font-family:"SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace";font-size:12px;color:rgb(0,0,0)">$HOME/quick-start/rtems/6/bin/rtems-run --rtems-bsps=erc32-sis build/sparc-rtems6-erc32/hello.exe</span></p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px"><span style="font-family:"SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace";font-size:12px;color:rgb(0,0,0)">This should fix your problem.</span></p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px"><span style="font-family:"SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace";font-size:12px;color:rgb(0,0,0)">Best regards,</span></p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px"><span style="font-family:"SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace";font-size:12px;color:rgb(0,0,0)">    Jan</span></p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">> </p>
<p style="margin:0px;text-indent:0px">> On Mon, Jun 7, 2021 at 6:14 PM Gedare Bloom <<a href="mailto:gedare@rtems.org" target="_blank">gedare@rtems.org</a>> wrote:</p>
<p style="margin:0px;text-indent:0px">> </p>
<p style="margin:0px;text-indent:0px">> > On Mon, Jun 7, 2021 at 9:58 AM Ida Delphine <<a href="mailto:idadelm@gmail.com" target="_blank">idadelm@gmail.com</a>> wrote:</p>
<p style="margin:0px;text-indent:0px">> > ></p>
<p style="margin:0px;text-indent:0px">> > > Hello everyone,</p>
<p style="margin:0px;text-indent:0px">> > ></p>
<p style="margin:0px;text-indent:0px">> > > I've been following the quick start tutorial and followed the steps to</p>
<p style="margin:0px;text-indent:0px">> > build my application on this link -</p>
<p style="margin:0px;text-indent:0px">> > <a href="https://docs.rtems.org/branches/master/user/start/app.html" target="_blank">https://docs.rtems.org/branches/master/user/start/app.html</a></p>
<p style="margin:0px;text-indent:0px">> > ></p>
<p style="margin:0px;text-indent:0px">> > > Upon running the executable</p>
<p style="margin:0px;text-indent:0px">> > ></p>
<p style="margin:0px;text-indent:0px">> > > $HOME/quick-start/rtems/6/bin/rtems-run --rtems-bsps=erc32-sis</p>
<p style="margin:0px;text-indent:0px">> > build/sparc-rtems-erc32/hello.exe</p>
<p style="margin:0px;text-indent:0px">> > ></p>
<p style="margin:0px;text-indent:0px">> > on the command line try:</p>
<p style="margin:0px;text-indent:0px">> > $>  find build -name hello.exe</p>
<p style="margin:0px;text-indent:0px">> ></p>
<p style="margin:0px;text-indent:0px">> > See what comes up. the error message suggests you aren't providing a</p>
<p style="margin:0px;text-indent:0px">> > file, so maybe you got the path to the executable wrong, assuming the</p>
<p style="margin:0px;text-indent:0px">> > build succeeded.</p>
<p style="margin:0px;text-indent:0px">> > My guess is there's a missing 6 somewhere.</p>
<p style="margin:0px;text-indent:0px">> ></p>
<p style="margin:0px;text-indent:0px">> > > I get this error message</p>
<p style="margin:0px;text-indent:0px">> > > RTEMS Testing - Run, 6.0.not_released</p>
<p style="margin:0px;text-indent:0px">> > >  Command Line: /home/idadel/quick-start/rtems/6/bin/rtems-run</p>
<p style="margin:0px;text-indent:0px">> > --rtems-bsps=erc32-sis build/sparc-rtems-erc32/hello.exe</p>
<p style="margin:0px;text-indent:0px">> > >  Host: Linux ida-pc 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6</p>
<p style="margin:0px;text-indent:0px">> > 09:52:46 UTC 2021 x86_64</p>
<p style="margin:0px;text-indent:0px">> > >  Python: 3.8.5 (default, Sep  4 2020, 07:30:14) [GCC 7.3.0]</p>
<p style="margin:0px;text-indent:0px">> > > Host: Linux-5.8.0-53-generic-x86_64-with-glibc2.10 (Linux ida-pc</p>
<p style="margin:0px;text-indent:0px">> > 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6 09:52:46 UTC 2021 x86_64</p>
<p style="margin:0px;text-indent:0px">> > x86_64)</p>
<p style="margin:0px;text-indent:0px">> > > error: executable is not a file: build/sparc-rtems-erc32/hello.exe</p>
<p style="margin:0px;text-indent:0px">> > ></p>
<p style="margin:0px;text-indent:0px">> > > I followed the same tutorial some time ago and everything went well. I</p>
<p style="margin:0px;text-indent:0px">> > can't seem to wrap my head around where I am going wrong.</p>
<p style="margin:0px;text-indent:0px">> > ></p>
<p style="margin:0px;text-indent:0px">> > ></p>
<p style="margin:0px;text-indent:0px">> > > _______________________________________________</p>
<p style="margin:0px;text-indent:0px">> > > users mailing list</p>
<p style="margin:0px;text-indent:0px">> > > <a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a></p>
<p style="margin:0px;text-indent:0px">> > > <a href="http://lists.rtems.org/mailman/listinfo/users" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a></p>
<p style="margin:0px;text-indent:0px">> ></p>
<p style="margin:0px;text-indent:0px">> </p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px"> </p></div></blockquote></div></div>