Hi all,
I am installing a RTEMS from repos cloned using HTTP, this is because my
network configuration does not allow to use ssh so I have to clone from github
repositories. At rtems-libbsd installation, there is a dependency from
rtems_waf repository. This repository is three commits ahead in
On Sun, Jan 12, 2020, 12:55 PM Prithvi Chakravarthy <
prithvichakravar...@gmail.com> wrote:
> I have been trying to build BSP, so far i have completed the second step
> of building the BSP.
> After executing the "make all " command i am getting this output:
>
> Making all in sparc-rtems5/c
> make[
I have been trying to build BSP, so far i have completed the second step of
building the BSP.
After executing the "make all " command i am getting this output:
Making all in sparc-rtems5/c
make[1]: Entering directory
'/home/prithvi/quick-start/build/b-erc32/sparc-rtems5/c'
Making all in .
make[2]:
On Sun, Jan 12, 2020, 10:22 AM Niteesh wrote:
>
> Maybe, because you don't have the necessary packages installed.
> Go through this
> https://docs.rtems.org/branches/master/user/hosts/posix.html#linux
> and make sure you have installed the required packages.
>
This is definitely the right answer
Maybe, because you don't have the necessary packages installed.
Go through this
https://docs.rtems.org/branches/master/user/hosts/posix.html#linux
and make sure you have installed the required packages.
On Sun, Jan 12, 2020 at 9:31 PM Prithvi Chakravarthy <
prithvichakravar...@gmail.com> wrote:
Hi,
I've been trying to set up RTEMS. So far I have been following the
documentation and i when i building BSP.
When I entered the following command:
HOME/quick-start/src/rtems/configure \
> --prefix=$HOME/quick-start/rtems/5 \
> --enable-maintainer-mode \
> --target=sparc-rtems5 \
> --enable-rte