Build RTEMS

Ralf Corsepius ralf.corsepius at rtems.org
Sat Mar 9 07:20:49 UTC 2013


On 03/09/2013 07:54 AM, Bucher Fabio wrote:
> Ah sorry, yes I use 4.10.2 and the 4.11 tools.
>
> The command fromthe getting Startet (not the wiki):
>      ../rtems-4.10.2/configure --target=sparc-rtems4.11 \
>      --disable-posix --disable-networking --disable-cxx \
>      --enable-rtemsbsp=sis \
>      --prefix=/opt/rtems-4.11
> Warnings:
> 1.) you should use --buils, --host, -target
> 2.) invalid host type: --disable-posix
> Configure error:
> invalid variable name: `--enable-rtemsbsp`
All these indicate a typo somewhere on your call to configure.

> The command from the getting startet wiki page:
>      ../rtems-4.10.2/configure --target=sparc-rtems4.11 --enable-rtemsbsp=sis \
>      --enable-test=samples \
>      --disable posix \
>      --prefix=/opt/rtems-4.11
> Configure error:
> invalid variable name: ` --enable-tests`
>
> If I dont use --enable tests, the error is: invalid variable name: `prefix`
Could you please retry and resend this report?

There are too many typos in your mail above to be able to help, in 
particular, because the cause of your issue is likely typos.

E.g. "--disable posix" (This should be --disable-posix)

Ralf




More information about the users mailing list