Hello,<br><br>this my be a silly question, but i can't build rtems 4.8 'sis' bsp in Ubuntu 8.<br><br>I have followed all the instructions from this tutorial: <br><br><a href="https://www.rtems.org/wiki/index.php/Building_the_RTEMS_toolset_on_Ubuntu">https://www.rtems.org/wiki/index.php/Building_the_RTEMS_toolset_on_Ubuntu</a><br>
<br>1. Then, to build 'sis' BSP, I follow these steps:<br><br>1.0 $ bsp-install$export PATH=/usr/rtems/4.8/bin:$PATH<br>1.1 $ mkdir bsp-install<br>1.2 $ cd bsp-install<br>1.3 bsp-install$~/rtems-4.8.0/configure --enable-rtemsbsp="sis" --enable-rtems-debug --target=sparc-rtems<br>
1.4 bsp-install$ make all<br><br>Then I'm getting this error:<br><br>make[3]: Entering directory `/home/nik/bsp-install/sparc-rtems/c/sis'<br>make[3]: Leaving directory `/home/nik/bsp-install/sparc-rtems/c/sis'<br>
checking for RTEMS_CPU_MODEL... erc32<br>checking for RTEMS_BSP_FAMILY... (cached) erc32<br>checking for CPU_CFLAGS... (cached) -mcpu=cypress<br>checking for CFLAGS_OPTIMIZE_V... (cached) -O2 -g<br>checking for style of include used by make... GNU<br>
checking for sparc-rtems-gcc... no<br>configure: error: no acceptable cc found in $PATH<br>make[2]: *** [sis] Error 1<br>make[2]: se sale del directorio `/home/nik/bsp-install/sparc-rtems/c'<br>make[1]: *** [all-recursive] Error 1<br>
make[1]: se sale del directorio `/home/nik/bsp-install/sparc-rtems/c'<br>make: *** [all-recursive] Error 1<br><br><br>However, PATH seems to be OK:<br><br>root@nik-laptop:/home/nik/bsp-install# echo $PATH<br>/usr/rtems/4.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games<br>
<br>And all the tools (including sparc-rtems-gcc) are installed in /usr/rtems/4.8/bin and accesible from the command line: <br><br>--------------------------------------------------------------------<br>root@nik-laptop:/usr/rtems/4.8/bin# ls<br>
sparc-rtems-addr2line  sparc-rtems-c++      sparc-rtems-g++        sparc-rtems-gccbug  sparc-rtems-ld       sparc-rtems-objdump  sparc-rtems-size<br>sparc-rtems-ar         sparc-rtems-c++filt  sparc-rtems-gcc        sparc-rtems-gcov    sparc-rtems-nm       sparc-rtems-ranlib   sparc-rtems-strings<br>
sparc-rtems-as         sparc-rtems-cpp      sparc-rtems-gcc-4.2.4  sparc-rtems-gprof   sparc-rtems-objcopy  sparc-rtems-readelf  sparc-rtems-strip<br>--------------------------------------------------------------------<br>
<br>Any ideas of what could be going wrong?<br><br>Thanks!<br><br>Greetings,<br><br>Nicolás Eduardo Horro<br>