________________________________
From: users <users-boun...@rtems.org> on behalf of Zacchaeus Liang 
<zliang...@gmail.com>
Sent: Thursday, August 27, 2020 7:00 AM
To: jan.som...@dlr.de
Cc: RTEMS Users RTEMS
Subject: Re: BSP missing

'm currently getting an error that  the arch and the bsp is not found

zakonrockets@zakonrockets-Inspiron-15-7000-Gaming:~/development/app/hello$ 
./waf configure --rtems=$HOME/development/rtems/5 --rtems-bsp=pc386

Hi Zacchaeus, try using
--rtems-bsp=i386/pc386 instead of
--rtems-bsp=pc386.

 I think it should work.

Thanks
Mritunjay Sharma

Try using
Setting top to                           : 
/home/zakonrockets/development/app/hello
Setting out to                           : 
/home/zakonrockets/development/app/hello/build
No valid arch/bsps found
(complete log in /home/zakonrockets/development/app/hello/build/config.log)

thanks zack

Il giorno mar 25 ago 2020 alle ore 17:04 
<jan.som...@dlr.de<mailto:jan.som...@dlr.de>> ha scritto:
> I followed this tutorial from a GSOC student. 
> https://medium.com/@mritunjaysharma394/installing-rtems-ecosystem-and-building-your-first-bsp-993d1cf38902
>
> This is how i've configured it.
> $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
>

Here you configure a build of the pc386 BSP.

> And i was able to test it with
> 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
>
> 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?
>

Yes, it should be the pc386 BSP.
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?

Best regards,

   Jan

>
>
> Il giorno mar 25 ago 2020 alle ore 16:17 
> <jan.som...@dlr.de<mailto:jan.som...@dlr.de>> ha scritto:
>
> > -----Original Message-----
> > From: users 
> > [mailto:users-boun...@rtems.org<mailto:users-boun...@rtems.org>] On Behalf 
> > Of Gedare Bloom
> > Sent: Tuesday, August 25, 2020 9:15 PM
> > To: Zacchaeus Liang
> > Cc: RTEMS Users RTEMS
> > Subject: Re: BSP missing
> >
> > Hi Zack,
> >
> > On Tue, Aug 25, 2020 at 1:02 PM Zacchaeus Liang 
> > <zliang...@gmail.com<mailto:zliang...@gmail.com>>
> > wrote:
> > >
> > > So I was able to build the bsp and all of the tests pass. I'm currently 
> > > trying
> > to build the hello world app.
> > >
> > > zakonrockets@zakonrockets-Inspiron-15-7000-
> > Gaming:~/development/app/hello$ ./waf configure --
> > rtems=$HOME/development/rtems/5 --rtems-bsp=pc-qemu
> > > Setting top to                           :
> > /home/zakonrockets/development/app/hello
> > > Setting out to                           :
> > /home/zakonrockets/development/app/hello/build
> > > No valid arch/bsps found
> > > (complete log in
> > /home/zakonrockets/development/app/hello/build/config.log)
> > >
> > Is this from rtems-examples.git? Or something else?
> >
>
> 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: 
> https://git.rtems.org/rtems-tools/tree/tester/rtems/testing/bsps/pc-qemu.ini).
>
> I haven't encountered it somewhere else.
>
> Best regards,
>
>    Jan
>
> > Please check out rtems-examples.git/README.waf for some assistance on
> > how to use the rtems_waf to build an application.
> >
> > > Thanks
> > > Zack
> > > _______________________________________________
> > > users mailing list
> > > users@rtems.org<mailto:users@rtems.org>
> > > http://lists.rtems.org/mailman/listinfo/users
> > _______________________________________________
> > users mailing list
> > users@rtems.org<mailto:users@rtems.org>
> > http://lists.rtems.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to