Hello John, On Sun, Feb 23, 2020 at 10:16 PM John kongtcheu <johnkongtc...@gmail.com> wrote: > > Hello, > I was just testing the bsp package using beagleboard and I ran into an error > when trying to build the bsp. I received the error > checking for arm-rtems5-gcc... no > configure: error: no acceptable cc found in $PATH You need to first build and install the RTEMS Toolchain for the ARM target (arm-rtems5) to your PATH. You can follow a similar approach as taken to build the sparc toolchain in the Getting Started guide, but replace sparc with arm.
> Makefile:740: recipe for target 'beagleboardxm' failed You need to configure for the beagleboneblack BSP, not the beagleboardxm BSP. Can you show your command line for configure to RTEMS? > make[2]: *** [beagleboardxm] Error 1 > make[2]: Leaving directory > '/home/kingkong/Coding-Projects/build/beagle-black/arm-rtems5/c' > Makefile:289: recipe for target 'all-recursive' failed > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > '/home/kingkong/Coding-Projects/build/beagle-black/arm-rtems5/c' > For more extensive details see the screenshot below. I tried re-bootstraping > and following the guide for the hello-world example, but I still received the > same error message. I was using the guide listed on the ideas page > ("http://www.shrike-systems.com/beagleboard-xm-beaglebone-black-and-everything-else-rtems-on-the-beagles.html") > The current path I used was /home/kingkong/Coding-Projects/rtems/5/bin:$PATH. That Guide is outdated. You can follow many of the steps in it, but you should use our official repositories instead of Ben's forks on github. All the support needed for BBB has been merged into our repos by now. I think you might find better up-to-date instructions if you look at blog posts from GSoC Students who worked on BBB in the last couple of years. There is also user documentation for the beagle at https://docs.rtems.org/branches/master/user/bsps/bsps-arm.html#beagle > Thank you for your help > > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel