Thank you very much for your reply! I've managed to install RTEMS 5 now :) I'm not sure, but I suppose I confused somewhere the prefixes and where to install and build all the things.
On Fri, 12 Mar 2021 at 01:20, Joel Sherrill <[email protected]> wrote: > > > On Thu, Mar 11, 2021 at 2:41 PM Olga Syrbachova <[email protected]> > wrote: > >> It is RTEMS 5.1. I've checked the configure step. It seems to be fine. I >> get this: >> >> config.status: creating Makefile >> >> target architecture: sparc. >> available BSPs: erc32. >> 'make all' will build the following BSPs: erc32. >> other BSPs can be built with 'make RTEMS_BSP="bsp1 bsp2 ..."' >> >> config.status: creating Makefile >> >> And I still have the same error running make -j 2. >> > > I wonder if you bootstrapped with the RTEMS autoconf/automake or the > system one. > > type autoconf > > and see which is picked up. Normally the RTEMS tools bin directory goes at > the > head of your PATH. > > --joel > >> >> On Thu, 11 Mar 2021 at 00:18, Gedare Bloom <[email protected]> wrote: >> >>> Hi Olga, >>> >>> On Wed, Mar 10, 2021 at 1:35 PM Olga Syrbachova <[email protected]> >>> wrote: >>> > >>> > Hi! I'm following this tutorial >>> https://docs.rtems.org/branches/master/user/installation/kernel.html. >>> > After successfully building a tool chain for the SPARC architecture in >>> step 5.1.1. I moved to the step 5.3.1. And then in step 5.3.4. I get an >>> error: >>> > >>> > olga@olga-H270M-DS3H:~/development/rtems/kernel/erc32$ make -j 2 >>> > Making all in sparc-rtems5/c >>> > make[1]: Entering directory >>> '/home/olga/development/rtems/kernel/erc32/sparc-rtems5/c' >>> > Making all in . >>> > make[2]: Entering directory >>> '/home/olga/development/rtems/kernel/erc32/sparc-rtems5/c' >>> > make[2]: Nothing to be done for 'all-am'. >>> > make[2]: Leaving directory >>> '/home/olga/development/rtems/kernel/erc32/sparc-rtems5/c' >>> > Making all in erc32 >>> > make[2]: Entering directory >>> '/home/olga/development/rtems/kernel/erc32/sparc-rtems5/c/erc32' >>> > make[2]: *** No rule to make target 'all'. Stop. >>> > make[2]: Leaving directory >>> '/home/olga/development/rtems/kernel/erc32/sparc-rtems5/c/erc32' >>> > Makefile:362: recipe for target 'all-recursive' failed >>> > make[1]: *** [all-recursive] Error 1 >>> > make[1]: Leaving directory >>> '/home/olga/development/rtems/kernel/erc32/sparc-rtems5/c' >>> > Makefile:482: recipe for target 'all-recursive' failed >>> > make: *** [all-recursive] Error 1 >>> > >>> We would need a bit more. Is this on rtems5? Often, this kind of >>> failure indicates that configure failed, check your configure step. >>> >>> In RTEMS6 we will be getting rid of configure, but for now there is >>> support for both in the RTEMS6 'master' branch. >>> >>> > Did I miss something or am I doing something wrong? Many thanks in >>> advance for your help! >>> > _______________________________________________ >>> > users mailing list >>> > [email protected] >>> > http://lists.rtems.org/mailman/listinfo/users >>> >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.rtems.org/mailman/listinfo/users > >
_______________________________________________ users mailing list [email protected] http://lists.rtems.org/mailman/listinfo/users
