samples
Ralf Corsepius
ralf_corsepius at rtems.org
Tue Nov 23 15:19:22 UTC 2004
On Tue, 2004-11-23 at 09:50 -0500, D. Peter Siddons wrote:
> I was able to build the CVS tree for my BSP, but I can't figure out how
> to get the samples built. In the 4.6 releases the samples were built
> even if --disable-tests was specified, but that doesn't seem to be the
> case for 4.7. I tried --enable-tests, but it failed for:
>
> error: No acceptable GNATMAKE found.
> .........failed for ada-tests.
That's a bug, I fixed yesterday or sometime last weekend.
cvs up and run bootstrap, again.
> Can I select a subset of the tests to build?
Partially, yes.
In CVS-trunk/RTEMS-4.7 you can select between building the "samples",
building all of the tests and not building the tests.
--enable-tests or --enable-tests=yes .. enable building all tests.
--enable-tests=samples .. enable building the "samples" only.
--disable-tests .. disable building the tests.
The default for this switch is --enable-tests=samples, i.e. if not
explicitly specifying --enable-tests, only the "samples" will be built.
> How do I make the samples?
cf. above.
Ralf
More information about the users
mailing list