On 3/5/20 9:40 PM, Chris Johns wrote:
>> How would you go about building a toolchain for pc686 with the legacy stack
>> using RSB?
>
> This is a good question as it is missing from the documentation.
>
> A quick command list is:
>
> $ ../source-builder/sb-set-builder \
> --prefix=/opt/rtems/
`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
> >
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
use
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
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 wrote:
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 ../source-builder/sb-s