Building the newest RTEMS error: Invalid BSP
Ralf Corsepius
ralf.corsepius at rtems.org
Mon Mar 29 13:14:33 UTC 2010
On 03/29/2010 02:58 PM, smy wrote:
> Thank you for replying. :)
>
> My steps are:
> 1. cvs -d :pserver:anoncvs at www.rtems.com:/usr1/CVS -z 9 co
> -rrtems-x-y-branch
Such branch does not exist.
> rtems
> cd rtems
> ./bootstrap
> 2. mkdir rtems-build
> cd rtems-build
> ../rtems/configure --target=sparc-rtems -enable-rtemsbsp=sis
A '-' is missing => --enable-rtemsbsp=sis
> --enable-test=samples --disable-posix --disable-itron
> --prefix=/home/smy/sparc-rtems
> 3. make&& make install
A blank is missing
make && make install
> configure: error: Invalid BSP
> configure: error:
> ../../../../../../../rtems/c/src/lib/libbsp/sparc/configure failed for
> lib/libbsp/sparc
> make[2]: *** [sis] Error 1
> make[2]: Leaving directory `/home/smy/toolchain/rtems-build/sparc-rtems/c'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/smy/toolchain/rtems-build/sparc-rtems/c'
> make: *** [all-recursive] Error 1
>
>
> Besides, the 'uname -a' result is 'Linux mort-desktop 2.6.24-26-generic #1
What kind of Linux distro is it?
> SMP Tue Dec 1 18:37:31 UTC 2009 i686 GNU/Linux'
> and
> PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/smy/sparc-bin/bin'
> where /home/smy/sparc-bin/bin contains the binutils and cross-compiler.
This leaves a lot of room for speculation.
Home-grown toolchain? Using vendor autotools instead of "rtems autotools"?
Ralf
More information about the users
mailing list