Re: Issues with configuring BSP with waf

2021-03-12 Thread Ida Delphine
Yes. This should be an easy fix! On Sat, 13 Mar 2021, 6:20 am Joel Sherrill, wrote: > > > On Fri, Mar 12, 2021, 10:22 PM Ida Delphine wrote: > >> Thank you, I finally succeeded :) >> And I will love to update the documentation right away so that others >> won't struggle like I did. But I'm not

Re: Issues with configuring BSP with waf

2021-03-12 Thread Joel Sherrill
On Fri, Mar 12, 2021, 10:22 PM Ida Delphine wrote: > Thank you, I finally succeeded :) > And I will love to update the documentation right away so that others > won't struggle like I did. But I'm not sure how to go about it.. > The source for the documentation is in the rtems-docs for repo. It i

Re: Issues with configuring BSP with waf

2021-03-12 Thread Ida Delphine
Thank you, I finally succeeded :) And I will love to update the documentation right away so that others won't struggle like I did. But I'm not sure how to go about it... On Fri, 12 Mar 2021, 11:58 pm Joel Sherrill, wrote: > > > On Thu, Mar 11, 2021 at 11:55 PM Ida Delphine wrote: > >> Hello, >>

Re: Issues with configuring BSP with waf

2021-03-12 Thread Joel Sherrill
On Thu, Mar 11, 2021 at 11:55 PM Ida Delphine wrote: > Hello, > Please I need some help. Following the GSoC getting started guide( > https://docs.rtems.org/branches/master/user/start/gsoc.html),everything > went well to the point I had to do an offline download. I used this command > ../source-bu

Re: Issues with configuring BSP with waf

2021-03-12 Thread Gedare Bloom
On Fri, Mar 12, 2021 at 2:54 PM Ida Delphine wrote: > > Hello, > I did follow the instructions in > https://docs.rtems.org/branches/master/user/start/app.html, added init.c, > modified hello.c and added wscript. I ran the command: > ./waf configure --rtems=$HOME/quick-start/rtems/6 --rtems-bsp=s

Re: Issues with configuring BSP with waf

2021-03-12 Thread Ida Delphine
Hello, I did follow the instructions in https://docs.rtems.org/branches/master/user/start/app.html, added init.c, modified hello.c and added wscript. I ran the command: ./waf configure --rtems=$HOME/quick-start/rtems/6 --rtems-bsp=sparc/erc32 But still ended with same error like before. I don't kno

Re: Issues with configuring BSP with waf

2021-03-12 Thread Gedare Bloom
On Thu, Mar 11, 2021 at 10:55 PM Ida Delphine wrote: > > Hello, > Please I need some help. Following the GSoC getting started > guide(https://docs.rtems.org/branches/master/user/start/gsoc.html),everything > went well to the point I had to do an offline download. I used this command > ../source-

Re: Issues with configuring BSP with waf

2021-03-12 Thread Alireza Banejad
hello Ida, a few things id like to mention is that after you installed rtems for your specific bsp and started to write you application you need to also install waf in you application workspace per: https://docs.rtems.org/branches/master/user/start/app.html it tells you to install waf as shown belo

Re: Issues with configuring BSP with waf

2021-03-11 Thread Ida Delphine
Hello, Please I need some help. Following the GSoC getting started guide( https://docs.rtems.org/branches/master/user/start/gsoc.html),everything went well to the point I had to do an offline download. I used this command ../source-builder/sb-set-builder --source-only-download 5/rtems-sparc Seems l

Re: Issues with configuring BSP with waf

2021-03-11 Thread Ida Delphine
Okay. Thank you :) On Thu, 11 Mar 2021, 5:57 pm Gedare Bloom, wrote: > On Thu, Mar 11, 2021 at 9:48 AM Ida Delphine wrote: > > > > Thank you for your response. I am not working on the rtems.git/master > branch. I'm not using it because earlier I tried downloading sources with > it but I got thi

Re: Issues with configuring BSP with waf

2021-03-11 Thread Gedare Bloom
On Thu, Mar 11, 2021 at 9:48 AM Ida Delphine wrote: > > Thank you for your response. I am not working on the rtems.git/master branch. > I'm not using it because earlier I tried downloading sources with it but I > got this error > error: shell macro failed: > /home/idadel/quick-start/src/rsb/sou

Re: Issues with configuring BSP with waf

2021-03-11 Thread Vijay Kumar Banerjee
Hello Ida, On Thu, Mar 11, 2021 at 9:48 AM Ida Delphine wrote: > > Thank you for your response. I am not working on the rtems.git/master branch. > I'm not using it because earlier I tried downloading sources with it but I > got this error > error: shell macro failed: > /home/idadel/quick-star

Re: Issues with configuring BSP with waf

2021-03-11 Thread Ida Delphine
Thank you for your response. I am not working on the rtems.git/master branch. I'm not using it because earlier I tried downloading sources with it but I got this error error: shell macro failed: /home/idadel/quick-start/src/rsb/source-builder/sb/rtems-build-dep -c gcc -l : 2: error: no library (-l

Re: Issues with configuring BSP with waf

2021-03-11 Thread Gedare Bloom
On Thu, Mar 11, 2021 at 7:33 AM Ida Delphine wrote: > > Hello everyone, > Was following the quick build documentation and had issues around where I > have to do a manual BSP build. In the last step of configuring the BSP, I > ran this command: > > ./waf configure --prefix=$HOME/quick-start/rtem

Issues with configuring BSP with waf

2021-03-11 Thread Ida Delphine
Hello everyone, Was following the quick build documentation and had issues around where I have to do a manual BSP build. In the last step of configuring the BSP, I ran this command: ./waf configure --prefix=$HOME/quick-start/rtems/5 It didn't produce the expected output. I instead got: bash: ./w