VARIANT=DEBUG not working?

Ralf Corsepius ralf.corsepius at rtems.org
Thu Jan 27 01:53:42 UTC 2005


On Wed, 2005-01-26 at 11:43 -0800, David Querbach wrote:
> With a current checkout (20050124), 

Are you referring to rtems-cvs/trunk?

> With a current checkout (20050124), "make VARIANT=DEBUG" does not seem
> to cause CFLAGS_DEBUG to be set to the expected value for the ss555
> target.

RTEMS build variants are being been abandoned on rtems-cvs/trunk, i.e.
CFLAGS_DEBUG, "make VARIANT=DEBUG", "gcc -qrtems_debug", "lib*_g.a" all
are going not to be supported anymore.

If you want to build an RTEMS variant with different CFLAGS as the
default CFLAGS ("-Wall $(CPU_FLAGS) $(CFLAGS_OPTIMIZE_V)"), use
CFLAGS_FOR_TARGET and install to a different prefix.

Ralf









More information about the users mailing list