On Thu, Mar 11, 2021 at 2:41 PM Olga Syrbachova <syrba4ev...@gmail.com> 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 <ged...@rtems.org> wrote: > >> Hi Olga, >> >> On Wed, Mar 10, 2021 at 1:35 PM Olga Syrbachova <syrba4ev...@gmail.com> >> 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 >> > users@rtems.org >> > http://lists.rtems.org/mailman/listinfo/users >> > _______________________________________________ > users mailing list > users@rtems.org > http://lists.rtems.org/mailman/listinfo/users
_______________________________________________ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users