<div dir="ltr"><div>'m currently getting an error that  the arch and the bsp is not found<br></div><div><br></div><div>zakonrockets@zakonrockets-Inspiron-15-7000-Gaming:~/development/app/hello$ ./waf configure --rtems=$HOME/development/rtems/5 --rtems-bsp=pc386<span class="gmail-im"><br>Setting top to                           : /home/zakonrockets/development/app/hello <br>Setting out to                           : /home/zakonrockets/development/app/hello/build <br>No valid arch/bsps found<br>(complete log in /home/zakonrockets/development/app/hello/build/config.log)</span></div><div><br></div><div>thanks zack</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mar 25 ago 2020 alle ore 17:04 <<a href="mailto:Jan.Sommer@dlr.de">Jan.Sommer@dlr.de</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> I followed this tutorial from a GSOC student. <a href="https://medium.com/@mritunjaysharma394/installing-rtems-ecosystem-and-building-your-first-bsp-993d1cf38902" rel="noreferrer" target="_blank">https://medium.com/@mritunjaysharma394/installing-rtems-ecosystem-and-building-your-first-bsp-993d1cf38902</a><br>
> <br>
> This is how i've configured it.  <br>
> $HOME/development/rtems/rtems-5/configure --target=i386-rtems5 --enable-rtemsbsp=pc386 --enable-tests=samples --prefix=$HOME/development/rtems/5 --enable-cxx --enable-networking --enable-posix<br>
> <br>
<br>
Here you configure a build of the pc386 BSP.<br>
<br>
> And i was able to test it with <br>
> home/zakonrockets/development/rtems/5/bin/rtems-test --rtems-tools=/home/zakonrockets/development/rtems/5 --rtems-bsp=pc-qemu /home/zakonrockets/development/rtems/kernels-5/pcp-386/i386-rtems5/c/pc386/testsuites --rtems-prefix=/home/zakonrockets/development/rtems/5<br>
> <br>
> I don't quite know the name of my BSP currently I think it's pc 386 but it's not found. Am a correct to assume that it is?<br>
> <br>
<br>
Yes, it should be the pc386 BSP. <br>
What do you mean by it is not found? If you search for "ticker.exe" do you find the testsuites/samples directory which should contain it?<br>
<br>
Best regards,<br>
<br>
   Jan<br>
<br>
> <br>
> <br>
> Il giorno mar 25 ago 2020 alle ore 16:17 <<a href="mailto:Jan.Sommer@dlr.de" target="_blank">Jan.Sommer@dlr.de</a>> ha scritto:<br>
> <br>
> > -----Original Message-----<br>
> > From: users [mailto:<a href="mailto:users-bounces@rtems.org" target="_blank">users-bounces@rtems.org</a>] On Behalf Of Gedare Bloom<br>
> > Sent: Tuesday, August 25, 2020 9:15 PM<br>
> > To: Zacchaeus Liang<br>
> > Cc: RTEMS Users RTEMS<br>
> > Subject: Re: BSP missing<br>
> > <br>
> > Hi Zack,<br>
> > <br>
> > On Tue, Aug 25, 2020 at 1:02 PM Zacchaeus Liang <<a href="mailto:zliang111@gmail.com" target="_blank">zliang111@gmail.com</a>><br>
> > wrote:<br>
> > ><br>
> > > So I was able to build the bsp and all of the tests pass. I'm currently trying<br>
> > to build the hello world app.<br>
> > ><br>
> > > zakonrockets@zakonrockets-Inspiron-15-7000-<br>
> > Gaming:~/development/app/hello$ ./waf configure --<br>
> > rtems=$HOME/development/rtems/5 --rtems-bsp=pc-qemu<br>
> > > Setting top to                           :<br>
> > /home/zakonrockets/development/app/hello<br>
> > > Setting out to                           :<br>
> > /home/zakonrockets/development/app/hello/build<br>
> > > No valid arch/bsps found<br>
> > > (complete log in<br>
> > /home/zakonrockets/development/app/hello/build/config.log)<br>
> > ><br>
> > Is this from rtems-examples.git? Or something else?<br>
> > <br>
> <br>
> pc-qemu exists in a configuration for the rtems-tester, but it is only  a different way to execute the pc686 binaries on qemu instead via tftp on actual hardware (for more see here: <a href="https://git.rtems.org/rtems-tools/tree/tester/rtems/testing/bsps/pc-qemu.ini" rel="noreferrer" target="_blank">https://git.rtems.org/rtems-tools/tree/tester/rtems/testing/bsps/pc-qemu.ini</a>).<br>
> <br>
> I haven't encountered it somewhere else.<br>
> <br>
> Best regards,<br>
> <br>
>    Jan<br>
> <br>
> > Please check out rtems-examples.git/README.waf for some assistance on<br>
> > how to use the rtems_waf to build an application.<br>
> > <br>
> > > Thanks<br>
> > > Zack<br>
> > > _______________________________________________<br>
> > > users mailing list<br>
> > > <a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
> > > <a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a><br>
> > _______________________________________________<br>
> > users mailing list<br>
> > <a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
> > <a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a><br>
</blockquote></div>