[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Some questions about building release / debug versions of a RTEMS application
- Date: Thu, 19 Jan 2006 14:29:30 -0200
- From: fabricio at dea.inpe.br (Fabrício de Novaes Kucinskis)
- Subject: Some questions about building release / debug versions of a RTEMS application
Hello all,
I'm trying to create debug and release versions of an applicaton, but I'm
having some difficulties. I'm using a makefile based on the "hello_world_c"
makefile. With this makefile, any RTEMS executable I build has a size of
about 1MB.
This exe is a debug version; how to create a release version? Is it
necessary to create a different RTEMS build and change the
RTEMS_MAKEFILE_PATH? (but my RTEMS libraries were built using 'make all
install', not 'make VARIANT=debug')
Or just set some tags in the makefile?
One more question: I'm a little bit confused concerning setting the managers
to include. I inform the managers with the MANAGERS variable in the
makefile, but it doesn't appears to have effect.
In some previous messages here in the list, it's said that this is not
necessary anymore, and that only referred managers would be included in the
resulting exe. Is this correct, and valid to both release and debug
versions?
Thanks in advance,
Fabr?cio.