Re: Error when building rtems

2020-03-13 Thread Richi Dubey
Dear Dr. Bloom, I have a the latest working master branch from git. Thanks for suggesting! On Fri, Mar 13, 2020 at 3:55 AM Gedare Bloom wrote: > > On Thu, Mar 12, 2020 at 4:01 PM Chris Johns wrote: > > > > On 13/3/20 5:22 am, Richi Dubey wrote: > > > Can you tell me how to change the > > >

Re: Error when building rtems

2020-03-12 Thread Gedare Bloom
On Thu, Mar 12, 2020 at 4:01 PM Chris Johns wrote: > > On 13/3/20 5:22 am, Richi Dubey wrote: > > Can you tell me how to change the > > documentation so that the curl command also points to the latest > > version ? > > Thank you for the offer. I have pushed changes to the User manual to update >

Re: Error when building rtems

2020-03-12 Thread Chris Johns
On 13/3/20 5:22 am, Richi Dubey wrote: > Can you tell me how to change the > documentation so that the curl command also points to the latest > version ? Thank you for the offer. I have pushed changes to the User manual to update the Quick Start guide so it handles released source packages. The

Re: Error when building rtems

2020-03-12 Thread Richi Dubey
Dear Dr. Bloom, Indeed it was the version mismatch ( because I couldn't git from rtems's repository from my university's network) Thanks for pointing that out. Can you tell me how to change the documentation so that the curl command also points to the latest version ? Regards. Richi. On Mon,

Re: Error when building rtems

2020-03-08 Thread Mingyu Li
`which makeinfo` prints exactly "/usr/bin/makeinfo". Then "ln -s" should be avoided. Thanks for the reminder, Chris :) Chris Johns 于2020年3月9日周一 上午5:27写道: > On 9/3/20 1:51 am, Mingyu Li wrote: > > Suppose you are using Ubuntu, here is what you can do: > > > > sudo apt-get install texinfo >

Re: Error when building rtems

2020-03-08 Thread Chris Johns
On 9/3/20 1:51 am, Mingyu Li wrote: > Suppose you are using Ubuntu, here is what you can do: > > sudo apt-get install texinfo > ln -s `which makeinfo` /usr/bin/makeinfo  What does `which makeinfo` print for you? Chris ___ users mailing list

Re: Error when building rtems

2020-03-08 Thread Mingyu Li
Hi Richi, What is the host system that you are using to build RTEMS? Suppose you are using Ubuntu, here is what you can do: sudo apt-get install texinfo ln -s `which makeinfo` /usr/bin/makeinfo Hope this helps! Bests, Mingyu G. S. Niteesh 于2020年3月8日周日 下午10:11写道: > Which documentation are

Re: Error when building rtems

2020-03-08 Thread G. S. Niteesh
Which documentation are you referring to? you should either use https://docs.rtems.org/branches/master/user/start/index.html or https://docs.rtems.org/branches/master/user/installation/index.html (Refer to development and kernel installation page) On Sun, Mar 8, 2020 at 4:14 PM Richi Dubey

Error when building rtems

2020-03-08 Thread Richi Dubey
Hey everyone, (Sorry if this is a repost, I don't even if the earlier one went or not) I am new to RTEMS development environment and I needed someone's help. I downloaded rtems and the rtems source builder usnig curl command given in documentation. But now when I am running

Error when building rtems

2020-03-07 Thread Richi Dubey
Hey everyone, I am new to RTEMS development environment and I needed someone's help. I downloaded rtems and the rtems source builder usnig curl command given in documentation. But now when I am running ../source-builder/sb-set-builder --source-only-download 5/rtems-sparc inside the