[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debug version
- Date: Mon, 26 Feb 2007 09:23:44 -0800
- From: strauman at slac.stanford.edu (Till Straumann)
- Subject: Debug version
I don't know if that's the correct/recommended method
but I found that I can pass
RTEMS_CFLAGS=-g
to the 'configure' script, i.e.,
configure RTEMS_CFLAGS=-g <other 'configure' options>
I believe that editing <mybsp>.cfg should work, too.
However, changes in that file are not picked up easily
- you might have to purge your build tree entirely
and start over with 'configure'.
HTH
-- Till
Leon Pollak wrote:
> Hello, again.
>
> >From the mail exchange at the beginning of January titled "Debuggine 4.6.99.3
> applications" I understand that make option "VARIANT=debug" does not work in
> 4.7 brunch.
> I tried to follow the instructions from Ian Caddy: to set in
> make/custom/mybsp.cfg the "-O0 -g -ggdb" and remake everything (I did make
> clean, make install). The result was the same - no debug info.
>
> Please, what is the way to build the debug version of at least bsp (although
> it will be nice to have debug OS too)?
>
> Thanks.
>