Rtems-core Binaries

Ralf Corsepius ralf.corsepius at rtems.org
Fri Feb 6 22:00:55 UTC 2009


Joel Sherrill wrote:
> Ralf,
>
> Is building every CPU with a configuration
> like this sufficient to start shaking out the
> problems?
It is sufficient to shake out build errors.
> /home/joel/test-gcc/rtems/configure --target=powerpc-rtems4.10 \
>  --enable-multilib --enable-ada --enable-posix --enable-networking \
> --enable-maintainer-mode --disable-tests 
> --prefix=/home/joel/test-gcc/bsp-install
> make -k
>
> It does seem to try to build every bsp.
Many  of the options above are superfluous, because they match the defaults.
<srcdir>/configure --target= < ...> --enable-multilib --prefix=<...>
is more or less equivalent to what you are doing.

>   and by adding -k,
> we can see all BSP specific errors.
Very likely. I never tried make -k with RTEMS.

Ralf





More information about the users mailing list