rtems 4.8 in ubuntu / sis bsp compilation

Nicolas Horro nhorro at gmail.com
Sat Oct 25 16:37:03 UTC 2008


Hello,

this my be a silly question, but i can't build rtems 4.8 'sis' bsp in Ubuntu
8.

I have followed all the instructions from this tutorial:

https://www.rtems.org/wiki/index.php/Building_the_RTEMS_toolset_on_Ubuntu

1. Then, to build 'sis' BSP, I follow these steps:

1.0 $ bsp-install$export PATH=/usr/rtems/4.8/bin:$PATH
1.1 $ mkdir bsp-install
1.2 $ cd bsp-install
1.3 bsp-install$~/rtems-4.8.0/configure --enable-rtemsbsp="sis"
--enable-rtems-debug --target=sparc-rtems
1.4 bsp-install$ make all

Then I'm getting this error:

make[3]: Entering directory `/home/nik/bsp-install/sparc-rtems/c/sis'
make[3]: Leaving directory `/home/nik/bsp-install/sparc-rtems/c/sis'
checking for RTEMS_CPU_MODEL... erc32
checking for RTEMS_BSP_FAMILY... (cached) erc32
checking for CPU_CFLAGS... (cached) -mcpu=cypress
checking for CFLAGS_OPTIMIZE_V... (cached) -O2 -g
checking for style of include used by make... GNU
checking for sparc-rtems-gcc... no
configure: error: no acceptable cc found in $PATH
make[2]: *** [sis] Error 1
make[2]: se sale del directorio `/home/nik/bsp-install/sparc-rtems/c'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/home/nik/bsp-install/sparc-rtems/c'
make: *** [all-recursive] Error 1


However, PATH seems to be OK:

root at nik-laptop:/home/nik/bsp-install# echo $PATH
/usr/rtems/4.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

And all the tools (including sparc-rtems-gcc) are installed in
/usr/rtems/4.8/bin and accesible from the command line:

--------------------------------------------------------------------
root at nik-laptop:/usr/rtems/4.8/bin# ls
sparc-rtems-addr2line  sparc-rtems-c++      sparc-rtems-g++
sparc-rtems-gccbug  sparc-rtems-ld       sparc-rtems-objdump
sparc-rtems-size
sparc-rtems-ar         sparc-rtems-c++filt  sparc-rtems-gcc
sparc-rtems-gcov    sparc-rtems-nm       sparc-rtems-ranlib
sparc-rtems-strings
sparc-rtems-as         sparc-rtems-cpp      sparc-rtems-gcc-4.2.4
sparc-rtems-gprof   sparc-rtems-objcopy  sparc-rtems-readelf
sparc-rtems-strip
--------------------------------------------------------------------

Any ideas of what could be going wrong?

Thanks!

Greetings,

Nicolás Eduardo Horro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20081025/4f49e22d/attachment.html>


More information about the users mailing list