Building RTEMS without test samples
Ralf Corsepius
ralf.corsepius at rtems.org
Mon Sep 26 09:58:03 UTC 2005
On Mon, 2005-09-26 at 10:17 +0100, Samuel Bitton wrote:
> I've created a new BSP based on the i386 CPU. It has a very minimal
> set of functionalities (for the moment) and therefore does not provide
> any console drivers.
> However the build process fails as it keeps insisting in building the
> test samples which of course require a console driver.
>
> Here is the command I use to build the BSP:
>
> configure -disable-posix --disable-cxx --disable-networking
> --disable-rtems-inlines --disable-multiprocessing --disable-tests
> --enable-maintainer-mode --target=i386-rtems -enable-rtemsbsp=obc386
> --prefix=/opt/rtems-4.6
>
> The build process fails when it comes to build the hello world test
> sample program which I thought the -disable-tests should prevent in
> doing.
>
> Can someone tell me what I am missing?
Yes, ..
> Note that I am working with RTEMS version 4.6.4.
This ^^^^^^
Disable-tests is non-functional in 4.6.x and won't be fixed there ...
Ralf
More information about the users
mailing list